Skip to content

Instantly share code, notes, and snippets.

@yanker
Last active October 31, 2024 10:25
Show Gist options
  • Select an option

  • Save yanker/5951b0bd4e42962d9b03c11379e10fdb to your computer and use it in GitHub Desktop.

Select an option

Save yanker/5951b0bd4e42962d9b03c11379e10fdb to your computer and use it in GitHub Desktop.
Problem OpenSSL Prestashop 8 & Errror installation

OPEN SSL

https://www.prestashop.com/forums/topic/1079137-unable-to-generate-private-keys-using-openssl_pkey_new/#comment-3455566

PASOS

  1. Creamos un archivo phpinfo para ver la ruta donde esta pillando el SSL
  2. Si no existe la ruta la creamos
  3. Copiamos el openssl.cnf que está en la carpeta BIN de apache y la pegamos al directorio creado
  4. Reiniciamos Apache

I use WAMP 3.3.1 - Today 21/02/2024 I could solve this problem with this solution:

  1. Use phpinfo() function to view Default Config OpenSSL.cnf --> Openssl default config (example: C:\Program Files\Common Files\SSL/openssl.cnf) 2.Copy file openssl.cnf from WAMPP to this directory, example: C:\wamp\bin\apache\apache2.4.54.2\conf
  2. Restart Apache.

Edited September 30 by pangpan

ERROR INSTALLATION

https://prestahero.com/blog/post/167-fix-prestashop-81-installation-error.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment