• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Plesk SSL error

Albert110

New Pleskian
Hello,

I have a weird thing in Plesk 12.

I have installed a ssl certificate.
I use this also fro plesk panel and for the websites.

Plesk panel no problem.

But if i set ssl support on a website and set:
Redirect http:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,QSA]
</IfModule>

If i do that, then i can't access the website anymore.

Why? I dont know?

Hope someone can help me.

Greetings,

Albert
 
I have installed a ssl certificate.
I use this also fro plesk panel and for the websites.

Some browsers refuse to open a website when the certificate is wrong. "wrong" is everything from self-singed to name mismatch.
If you, for example, 123.com redirect to https://123.com but the certificate is for 456.com

If you use the same ssl certificate for all websites, then this is likely the problem. The best thing to do is to install the Let's Encrypt add-on and give every website its own valid certificate.

regards
Jan
 
Back
Top