• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Resolved plesks mail server cert will not update

TomBoB

Silver Pleskian
mail server cert seems to be stuck on the default parallels cert. and cannot be updated.

Done hte tools & settings , etc as per https://support.plesk.com/hc/en-us/articles/115000179934 which shows it SHOULD use the lets encrypt cert. however it is still on parallels default.

Tried to set the mail servers cert as per How to secure Plesk and mail server with Let's Encrypt certificate via CLI? and that didn't help either.

email clients stilll are served the default parallels cert.
And a
Code:
openssl s_client -showcerts -connect proper.hostname.com:995

still results in
Code:
CONNECTED(00000003)
depth=0 C = US, ST = Virginia, L = Herndon, O = Parallels, OU = Parallels Panel, CN = Parallels Panel, emailAddress = [email protected]
verify error:num=18:self signed certificate
verify return:1
depth=0 C = US, ST = Virginia, L = Herndon, O = Parallels, OU = Parallels Panel, CN = Parallels Panel, emailAddress = [email protected]
verify error:num=10:certificate has expired
notAfter=Dec  1 12:04:42 2016 GMT
verify return:1
depth=0 C = US, ST = Virginia, L = Herndon, O = Parallels, OU = Parallels Panel, CN = Parallels Panel, emailAddress = [email protected]
notAfter=Dec  1 12:04:42 2016 GMT
verify return:1
---
Certificate chain
 0 s:/C=US/ST=Virginia/L=Herndon/O=Parallels/OU=Parallels Panel/CN=Parallels Panel/[email protected]
   i:/C=US/ST=Virginia/L=Herndon/O=Parallels/OU=Parallels Panel/CN=Parallels Panel/[email protected]

any idea what else I can try to get Plesks mail server recognise the proper cert instead the original; default?

Cheers,
Tom
 
Please check your panel.ini file if it contains

[ext-letsencrypt]
key-algorithm = ECDSA
ecdsa-curve-name = prime256v1 ; can be omitted

The ECDSA certificates cannot be handled by the mail certificate setting. You need to remove ECDSA algorithm, then re-generate the certificate. It will then work again.
 
Hi Peter,

you're a star! Nailed it! Thanks for the help!!

I actually read the lets encrypt extension forum which makes it quite clear - however being down with Hepatitis A, I forgot it as quickly as I read it...

A big thanks again,
Tom
 
Back
Top