Bump, anything here. I can’t be the only one seeing this. Most of my locally hosted plex server is using the correct certificate, but something is broken with photos.
I face the same issue since my upgrade from v.1.31.Idon’trememberexactly to v.1.32.4.7164 on my Synology NAS.
I’m currently running v.1.32.4.7195, still the same issue.
I tried to change the path to fetch the .pfx bundle I use for several months, I also tried to switch from my RSA key to my ECC one for the .pfx bundle, I checked for path and file permissions, nothing to do…
From my last troubleshoot session, after restarting my Plex service, I can only provide the following debug log lines from the exported logs on which I run the command grep -i "ssl\|cert" *.log:
Plex Media Server.log:Jun 12, 2023 23:00:55.784 [139741179222672] DEBUG - [CERT] Subject name is /CN=*.e939615754c34be18bafa1087d4012d4.plex.direct
Plex Media Server.log:Jun 12, 2023 23:00:55.784 [139741179222672] DEBUG - [CERT] Installed certificate with fingerprint 48:5c:0b:69:37:8d:e0:48:fe:6a:6d:f0:47:ae:07:16:f2:67:70:fa.
Plex Media Server.log:Jun 12, 2023 23:00:55.784 [139741179222672] DEBUG - [CERT/OCSP] Stapling requests will be made to ‘http://r3.o.lencr.org/’.
Plex Media Server.log:Jun 12, 2023 23:00:55.784 [139741179222672] INFO - [CERT/OCSP] Successfully retrieved response from cache.
Plex Media Server.log:Jun 12, 2023 23:00:55.784 [139741179222672] ERROR - [CERT] Found a user-provided certificate, but couldn’t install it.
Plex Media Server.log:Jun 12, 2023 23:01:00.922 [139741114907448] DEBUG - CERT: Certificate will not expire soon; we’ll check again in a week.
Plex Media Server.log:Jun 12, 2023 23:01:00.974 [139741171911480] DEBUG - [CERT] Subject name is /CN=*.e939615754c34be18bafa1087d4012d4.plex.direct
Plex Media Server.log:Jun 12, 2023 23:01:00.974 [139741171911480] DEBUG - [CERT] Installed certificate with fingerprint 48:5c:0b:69:37:8d:e0:48:fe:6a:6d:f0:47:ae:07:16:f2:67:70:fa.
Plex Media Server.log:Jun 12, 2023 23:01:00.974 [139741171911480] DEBUG - [CERT/OCSP] Stapling requests will be made to ‘http://r3.o.lencr.org/’.
Plex Media Server.log:Jun 12, 2023 23:01:00.975 [139741171911480] INFO - [CERT/OCSP] Successfully retrieved response from cache.
Plex Media Server.log:Jun 12, 2023 23:01:00.975 [139741171911480] ERROR - [CERT] Found a user-provided certificate, but couldn’t install it.
Plex Media Server.log:Jun 12, 2023 23:01:01.044 [139741171911480] DEBUG - [CERT] MyPlex: Last published value didn’t change, we’re done.
I went through the release notes available, I found the following “interesting” notes:
Plex Media Server 1.32.0.6973 - (HTTP) A newly-created TLS certificate could fail to be installed
Plex Media Server 1.32.2.7002 - (Network) IPv6 addresses within the server’s configured network prefix are now considered local for bandwidth allocation purposes (#14234)
Plex Media Server 1.32.2.7002 - (Network) IPv6 network blocks are now supported in the LAN Networks preference (#14234)
Plex Media Server 1.32.4.7164 - (Web) Updated to 4.108.0
If anyone has an brilliant idea to troubleshoot and/or fix it…
I was missing the new requirements regarding OpenSSL v3 when creating my .pfx, I mean -certpbe AES-256-CBC -keypbe AES-256-CBC -macalg SHA256 options in my openssl command.
And also, but still don’t understand why, I need to change the path to provide access to my .pfx to PlexMediaServer account service.
Previously my .pfx was stored in my home folder and all was working fine (permissions were/are granted…), now I need to put the .pfx in the root directory of Plex itself, /PlexMediaServer to make it work again, otherwise I always get the same error in the debug logs ERROR - [CERT] Found a user-provided certificate, but couldn't install it.