There is a vulnerability discovered for OpenSSL recently. If you are using 1.0.2 version, it’s recommended to upgrade to 1.0.2k. We have a system running XAMPP which is affected by this. Unfortunately, the latest version of XAMPP does not include the 1.0.2k of OpenSSL.
If you’re thinking about purchasing a new GPU, we’d greatly appreciate it if you used our Amazon Associate links. The price you pay will be exactly the same, but Amazon provides us with a small commission for each purchase. It’s a simple way to support our site and helps us keep creating useful content for you. Recommended GPUs: RTX 5090, RTX 5080, and RTX 5070. #ad
You can just update the OpenSSL version though. Here are the steps:
- Download the 1.0.2k zip file from this site.
https://indy.fulgan.com/SSL/ - Extract the files.
- Stop the Apache service.
- Make a backup of these 3 files in C:\xampp\apache\bin
ssleay32.dll
libeay32.dll
openssl.exe - Copy the same 3 files from the extract files location to C:\xampp\apache\bin
- Start the Apache service.
Leave a Reply