• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

SSL doesn´t work correctly after Plesk-Upgrade 11.0 --- 11.5.

almightya

New Pleskian
Hello!

After the Plesk-Upgrade from 11.0 --- 11.5. the SSL-Certificate doesn´t work correctly.
It seem´s that SSL works fine for SMTP, POP3/IMAP, FTP, ... but i have also installed a
SSL-Certificate for Webmail. (general use for all Clients, because SSL)

After the Plesk-Upgrade the webmail of this domain doesn´t work. (whether via http or https)
(On this domain is the mail-function disabled, because there are no Mail-Accounts needet! --- hosted Exchange)
The webmail of other domains without SSL worked fine!

Also the SSL-Certificate for the Plesk-Admin-Panel works without troubles!

What can i do, that the Webmail is reachable with and without SSL ?!?!
This webmail is used by all our clients, instead of the webmail like: webmail.domain.tld (because no SSL)

How can i resolve this problem?!

Thanks a lot!
 
After the Plesk-Upgrade the webmail of this domain doesn´t work. (whether via http or https)
(On this domain is the mail-function disabled, because there are no Mail-Accounts needet! --- hosted Exchange)
The webmail of other domains without SSL worked fine!

QN: Why would you want to use webmail for a domain name you have disabled or switched off mail service?
 
Thanks for your prompt reply!

I want use for all my customers the following WebMail-URL: http://webmail.mydomain.tld and https://webmail.mydomain.tld
So all my customers have Access to an SSL-Webmail. As i used hosted exchange, there no mail-accounts needet on this domain.
I have a certificate for the following names. webmail/Plesk-Admin-Panel/www.domain.tld
But now only the SSL for the Plesk-Admin-Panel works correctly.
In PP 11.0 the SSL Certificate worked on all above Domains/Sub-Domains fine!

But it seems, there is another problem, because the webmail of this domain also doesn´t work without SSL. (there cames the plesk-default-site)
 
But it seems, there is another problem, because the webmail of this domain also doesn´t work without SSL.
Try regenerating it's respective vhost config files with
Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-domain mydomain.tld
or the windows equivalent

About the SSLs not working, Is this a wildcard SSL? if so and you are sure https://mydomain.tld:8443/ is working fine, then https://webmail.mydomain.tld/ should work fine too..

FYI SSLs are stored at

Code:
/usr/local/psa/var/certificates
or Windows equivalent
 
Back
Top