• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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