After SSL installation I found that my website is having Heart bleed Vulnerability
. I am using openssl 1.0.1.6
. When I am referred some sources it is showing that I need to update my openssl
version and need to create new private key and then need to do all the procedures for SSL certificate
. I do not know the SSL certificate vendor will re-issue the SSL certificate
again. Is there any other solution to solve it? Is there any patches available?Please help guys?
相关问题
- Mechanize getting “Errno::ECONNRESET: Connection r
- Tomcat and SSL Client certificate
- Can we add four protocols to ServicePointManager.S
- .NET Core gives unknown error while processing HTT
- JDK 11. javax.net.ssl.SSLPeerUnverifiedException:
相关文章
- ssl配置问题
- Ruby using wrong version of openssl
- Intermittent “sslv3 alert handshake failure” under
- Making a two way SSL authentication between apache
- decrypt TLS 1.2 AES-GCM packet
- How to use Jetty with Let's Encrypt certificat
- Sending email using php, gmail, and swiftmailer ca
- Can't pip install packages in python 3.6 due t
I was using old version of
openssl
. Updated theopenssl
version toopenssl 1.0.1g
and issue solved!!