26 de February de 2020
Errors
No Comments
adrianoApi
You need to access php.ini and miscomment the extension=openssl line; If you don’t find the file, it should be like php.ini-development then switch to php.ini; You can also run the php –ini command to check for errors in the file;
The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl ex tension, you can disable this error, at your own risk, by setting the ‘disable-tls’ option to true.
26 de February de 2020
Errors
No Comments
adrianoApi
You need to access php.ini and miscomment the extension=openssl line; If you don’t find the file, it should be like php.ini-development then switch to php.ini; You can also run the php –ini command to check for errors in the file;