Francis
Francis

Reputation: 1

Update OpenSSL 1.1.1 on Apache HTTPD

I've windows server with running apache httpd 2.4.54 with openssl 1.1.1p, I need to update openssl to 1.1.1q , How I can do ?

Upvotes: 0

Views: 5625

Answers (1)

Hemant Dixit
Hemant Dixit

Reputation: 21

Download 1.1.1q from https://kb.firedaemon.com/support/solutions/articles/4000121705-openssl-3-0-and-1-1-1-binary-distributions-for-microsoft-windows

and replace your existing bin directory.

Restart Apache and it's done

Upvotes: 1

Related Questions