[pve-devel] applied: [PATCH manager 1/3] fix typo in comment (ssl-config)

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Feb 19 17:31:05 CET 2019


On 2/15/19 12:36 PM, Stoiko Ivanov wrote:
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
>  PVE/Service/pveproxy.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/Service/pveproxy.pm b/PVE/Service/pveproxy.pm
> index b286931b..ee6c28d4 100755
> --- a/PVE/Service/pveproxy.pm
> +++ b/PVE/Service/pveproxy.pm
> @@ -102,7 +102,7 @@ sub init {
>  	policy => $proxyconf->{POLICY},
>  	ssl => {
>  	    # Note: older versions are considered insecure, for example
> -	    # search for "Poodle"-Attac
> +	    # search for "Poodle"-Attack
>  	    method => 'any',
>  	    sslv2 => 0,
>  	    sslv3 => 0,
> 

applied, thanks




More information about the pve-devel mailing list