- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2020
08:01 AM
05-02-2020
08:01 AM
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
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2020
01:04 PM
05-02-2020
01:04 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2020
03:30 PM
05-02-2020
03:30 PM
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:
- Locate and open your php.ini file
- Search for the line: ;extension=php_openssl.dll
- Enable the module by removing ; char.
- Save the file and restart Apache.