• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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