wyze
Member
Hi there, we are getting the warning message that TLS 1.2 libraries are not on our server. Our server guys responded after checking confirming that TLS 1.2 is supported. We even have an SSL certificate installed for the site Xenforo is running on.
NB: SSL3 is disabled due to the poodle attack issue as it is on most responsibly managed servers.
They asked me to check..
NB: SSL3 is disabled due to the poodle attack issue as it is on most responsibly managed servers.
They asked me to check..
Are you using CURL in your script? If so, you need to ensure you enable TLS 1.2 in the configuration file:
https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
If you are not using CURL, then this issue is likely with it's equivalent. The server itself is configured to use TLS 1.2 with SSLv3 disabled.
This is all way over my very low head! Any ideas or suggestions?https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
If you are not using CURL, then this issue is likely with it's equivalent. The server itself is configured to use TLS 1.2 with SSLv3 disabled.