Wrong OPENSSL path: xampp\apache\conf\extra\httpd-xampp.conf

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Wrong OPENSSL path: xampp\apache\conf\extra\httpd-xampp.conf

Postby grossberndts » 18. December 2014 13:07

The path in OPENSSL_CONF in xampp\apache\conf\extra\httpd-xampp.conf is wrong:
Code: Select all
<IfModule env_module>
    SetEnv MIBDIRS "D:/xampp/php/extras/mibs"
    SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
    SetEnv OPENSSL_CONF "D:/xampp/apache/bin/openssl.cnf"
    SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
    SetEnv PHPRC "\\xampp\\php"
    SetEnv TMP "\\xampp\\tmp"
</IfModule>

There is no xampp/apache/bin/openssl.cnf, it is in xampp/apache/conf/openssl.cnf. The line must be changed to
Code: Select all
    SetEnv OPENSSL_CONF "D:/xampp/apache/conf/openssl.cnf"
grossberndts
 

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 114 guests