core/certmanager.lua
changeset 6499 e4b998ffc922
parent 5921 f7601ce30cfc
child 6504 71b6e8b48a12
--- a/core/certmanager.lua	Tue Oct 14 10:58:11 2014 +0100
+++ b/core/certmanager.lua	Tue Oct 14 18:55:08 2014 +0100
@@ -33,7 +33,7 @@
 local default_ssl_config = configmanager.get("*", "ssl");
 local default_capath = "/etc/ssl/certs";
 local default_verify = (ssl and ssl.x509 and { "peer", "client_once", }) or "none";
-local default_options = { "no_sslv2", "cipher_server_preference", luasec_has_noticket and "no_ticket" or nil };
+local default_options = { "no_sslv2", "no_sslv3", "cipher_server_preference", luasec_has_noticket and "no_ticket" or nil };
 local default_verifyext = { "lsec_continue", "lsec_ignore_purpose" };
 
 if ssl and not luasec_has_verifyext and ssl.x509 then