Page 1 of 1

Certificate problem with chrome

PostPosted: 05. March 2018 12:39
by pagu
Hello everyone,
who can help me with this problem?
i installed the last release of php 5, but i have problem with certificate in goolge chrome. (the firefox work)

The site can t provide a secure connection
ERR_SSL_SERVER_CERT_BAD_FORMAT

i make a new certificate with makecert
the virtual host settings:
Code: Select all
<VirtualHost www.mydomain.tst:443>
    DocumentRoot "C:/xampp/htdocs/vhosts/mydomain"
    ServerName www.mydomain.tst
   ServerAlias www.mydomain.tst
   
    SSLEngine on
    SSLCertificateFile "C:/xampp/apache/conf/ssl.crt/server.crt"
    SSLCertificateKeyFile "C:/xampp/apache/conf/ssl.key/server.key"
   
   <Directory "C:/xampp/htdocs/vhosts/mydomain">
        Options All
        AllowOverride All
        order allow,deny
        allow from all
    </Directory>
</VirtualHost>


Any idea?
Very thanks in advance