Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Enable OpenSSL

Crispy Computing Machine edited this page Nov 8, 2019 · 2 revisions

Ensure PHP is built with --with-openssl: https://www.php.net/manual/en/openssl.installation.php

Basic steps are as follows:

  • Click on the START button
  • Click on CONTROL PANEL
  • Click on SYSTEM AND SECURITY
  • Click on SYSTEM
  • Click on ADVANCED SYSTEM SETTINGS
  • Click on ENVIRONMENT VARIABLES
  • Under "System Variables" click on "NEW"
  • Enter the "Variable name" OPENSSL_CONF
  • Enter the "Variable value". e.g - C:\wamp\bin\apache\Apache2.2.17\conf\openssl.cnf
  • Click "OK" and close all the windows and RESTART your computer.

Reference: https://www.devdungeon.com/content/how-use-ssl-sockets-php

Clone this wiki locally