• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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