SSL negotiation failed: SSL error: parse tlsext To resolve the issue above, that appears in Apache SSL mod, try to disable TLS protocol in your config. In Debian/Ubuntu based systems it defined in /etc/apache2/mods-enabled/ssl.conf file: # nano -w /etc/apache2/mods-enabled/ssl.conf and change the property SSLProtocol: SSLProtocol all -SSLv2 -TLSv1 Don’t forget to restart your Apache server: [...]
If you enjoy our post, feel free to subscribes to our rss feeds
