cancel
Showing results for 
Search instead for 
Did you mean: 

mysql 8.0.19Installing database schema: [ERROR]Problem with SSL crypto when try to install magento2.

mysql 8.0.19Installing database schema: [ERROR]Problem with SSL crypto when try to install magento2.

Installing database schema:
[ERROR] PDOException: PDO::__construct(): this stream does not support SSL/crypto in /var/www/web/magento2/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:128



php - 7.3.17

mysql 8.0.19

2 REPLIES 2

Re: mysql 8.0.19Installing database schema: [ERROR]Problem with SSL crypto when try to install magen

Hello,

 

Please check the link for your resolution.

May be it will help you.

 

Please accept the answer if issue resolved.


Problem solved? Click Accept as Solution!

Re: mysql 8.0.19Installing database schema: [ERROR]Problem with SSL crypto when try to install magen

Please check your PHP Version

And try the following.

we need to enable the Open SSL module. Here is how to do it:

  1. Locate and open your php.ini file
  2. Search for the line: ;extension=php_openssl.dll
  3. Enable the module by removing ; char.
  4. Save the file and restart Apache.