提交 b75f1663 编写于 作者: V Vladislav Grishenko

sstp: keep default ssl ciphers for better compatibility

上级 004ff247
......@@ -114,7 +114,7 @@ verbose=1
#cert-hash-sha1=
#cert-hash-sha256=
#ssl=1
#ssl-ciphers=HIGH:!aNULL:!kRSA:!PSK:!SRP:!MD5:!RC4
#ssl-ciphers=DEFAULT
#ssl-prefer-server-ciphers=0
#ssl-ca-file=/etc/ssl/sstp-ca.crt
#ssl-pemfile=/etc/ssl/sstp.pem
......
......@@ -170,7 +170,7 @@ static X509 *conf_ssl_cert = NULL;
static EVP_PKEY *conf_ssl_pkey = NULL;
static const char *conf_ssl_ca_file = NULL;
static const char *conf_ssl_ciphers = "HIGH:!aNULL:!kRSA:!PSK:!SRP:!MD5:!RC4";
static const char *conf_ssl_ciphers = NULL;
static int conf_ssl_prefer_server_ciphers = 0;
static int conf_ssl = 1;
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册