diff options
Diffstat (limited to 'vdr-vdrmanager/serversock.cpp')
-rw-r--r-- | vdr-vdrmanager/serversock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vdr-vdrmanager/serversock.cpp b/vdr-vdrmanager/serversock.cpp index 4836025..0cd9f1f 100644 --- a/vdr-vdrmanager/serversock.cpp +++ b/vdr-vdrmanager/serversock.cpp @@ -96,6 +96,7 @@ bool cVdrmanagerServerSocket::Create(int port, const char * password, bool force Close(); return false; } + SSL_CTX_set_options(sslCtx, SSL_OP_NO_SSLv3); /* set the local certificate from CertFile */ SSL_CTX_use_certificate_file(sslCtx, certFile, SSL_FILETYPE_PEM); |