• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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