How can i solve this error?

Alles, was den Apache betrifft, kann hier besprochen werden.

How can i solve this error?

Postby Aar » 18. March 2018 18:50

Suddenly i can't open my websites in my browser:

Firefox won't open the site and give a error about an unsecured connection: SEC_ERROR_UNKNOWN_ISSUER
My local domain is: website.dev

How can i make this working?

My Vhost is:
Code: Select all
<VirtualHost *:443>
    ServerName website.dev
    ServerAlias website.dev
    DocumentRoot D:/Webdev/webprojects/website_0.31/
    SSLEngine on
    SSLCertificateFile "conf/ssl.crt/server.crt"
    SSLCertificateKeyFile "conf/ssl.key/server.key"
</VirtualHost>
Aar
 
Posts: 10
Joined: 18. November 2014 18:36
Operating System: Windows and Linux (non XAMPP)

Re: How can i solve this error?

Postby Nobbie » 18. March 2018 19:27

SEC_ERROR_UNKNOWN_ISSUER means, that the issuer of your certificate is unknown.

Certificates for public sites cannot be given by yourself. You have to get a real certificate from a known and trusted(!) provider. Mostly either your provider should help you or go for known issuers for certificates (these may cost some money).
Nobbie
 
Posts: 13182
Joined: 09. March 2008 13:04


Return to Apache

Who is online

Users browsing this forum: No registered users and 238 guests