[SOLVED]'*.plex.direct' SSL Cert miss-match error

Recently, when accessing the Plex web, an ‘unsafe’ error occurs as shown in the attached image.
My domain certificate is fine, but there seems to be a problem connecting ‘*.plex.direct’ to my domain.
What should I do to solve this problem?

Use the hosted web app.

You can’t do that. That’s exactly what that message is telling you.

I’ve also just started getting this error. It used to work fine for years with a custom domain certificate.

OpenSSL v3.0.0 and PMS

Plex Media Server 1.32.0.6918 custom certificate must be regenerated with new OpenSSL arguments

1 Like

Thanks for that, it fixed it!

According to the FordGuy61’s information given, the problem was solved after creating a certificate with the corresponding command.
thank you!!!
openssl pkcs12 -export -out {OutputCertFileName}.pfx -certpbe AES-256-CBC -keypbe AES-256-CBC -macalg SHA256 -inkey {KeyFile}.pem -in {CertFile}.pem -password pass:{Password4OutputCertFile}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.