Certificate problem with chrome

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

Certificate problem with chrome

Postby pagu » 05. March 2018 12:39

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
pagu
 
Posts: 1
Joined: 05. March 2018 12:28
XAMPP version: 3.2.2
Operating System: windows 7

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 121 guests