Here is how to fix Unable to find the wrapper “https” problem in PHP
In php development, you will encounter this error when trying to access an https url, to fix this – just add the below code to your ‘php.ini‘ file
extension=openssl
If you encounter this issue in phpstorm, you will need go to your php installation folder and find the php.ini file and change this:
;extension=openssl
To
extension=openssl