In some rare cases, Plex Media Server may have trouble signing in to an otherwise-valid Plex account. This is almost always caused by something on the local network or computer running the server interfering with things.
Error: 60, Certificate is not yet valid
In some cases, you may see Plex Media Server.log
log lines similar to this when you have trouble signing into your Plex account on the aerver:
Mar 30, 2009 03:53:59.826 [0xf0fffb70] DEBUG - Request: [192.168.1.132:55257 (Subnet)] POST /myplex/claim?token=xxxxxxxxxxxxxxxxxxxx8YZ7U2 (9 live) GZIP Token ()
Mar 30, 2009 03:53:59.826 [0xf0fffb70] DEBUG - HTTP requesting POST https://plex.tv/api/claim/exchange?token=xxxxxxxxxxxxxxxxxxxx8YZ7U2
Mar 30, 2009 03:54:00.336 [0xf0fffb70] ERROR - Error issuing curl_easy_perform(handle): 60
Mar 30, 2009 03:54:00.336 [0xf0fffb70] WARN - HTTP error requesting POST https://plex.tv/api/claim/exchange?token=xxxxxxxxxxxxxxxxxxxx8YZ7U2 (0, No error) (SSL certificate problem: certificate is not yet valid)
Related Page: Reporting issues with Plex Media Server
Related Page: Plex Media Server Logs
Possible Causes
This almost always indicates that the date/time is not set correctly on the computer or device running Plex Media Server. If the date/time is set too far in either the past or future, the mismatch will invalidate usage of the security certificate.
Possible Solutions
Simply correct the date/time on the computer or device running Plex Media Server. On most computers and devices, you can set the system to automatically update the date/time by retrieving it over the internet/network from a time server.
Related Page: Lifewire: How to Set Your OS System Clock
Error: 60, Peer certificate cannot be authenticated with given CA certificates
In some cases, you may see Plex Media Server.log
log lines similar to this when you have trouble signing into your Plex account on the aerver:
Oct 28, 2014 10:46:52:326 [2864] DEBUG - HTTP requesting to: https://plex.tv/users/sign_in.xml
Oct 28, 2014 10:46:52:966 [2864] ERROR - Error issuing curl_easy_perform(handle): 60
Oct 28, 2014 10:46:52:966 [2864] WARN - Error issuing request to: https://plex.tv/users/sign_in.xml (60, Peer certificate cannot be authenticated with given CA certificates) (SSL certificate problem: unable to get local issuer certificate)
Related Page: Reporting issues with Plex Media Server
Related Page: Plex Media Server Logs
Possible Causes
This indicates that something is interfering with the security certificate chain. It’s typically something “injecting” itself into the certificate chain, causing things to be invalid. Some possible causes (though this is not an exhaustive list):
- Security software on computer
- Proxy (on computer or network)
- VPN
- Internet Service Provider requiring you install a Certificate Authority certificate (which results in them proxying all your connections)
Software known to have caused issues previously:
- Covenant Eyes (CovenantEyesProxy)
- ESET
- Kaspersky
- Digital Reflection
Possible Solutions
First, try disabling all of your security software, proxies, VPNs, etc. and see if things work. If they do, then you can enable things one at a time, testing at each point until you find what it is that caused the issue. Note that some security software can actually still remain running and affect things even if you quit or disable it; you may have to actually uninstall it to get an accurate test.
If you determine that security software is the culprit, then in the security software, try to:
- flag Plex Media Server as an allowed/approved application
- add an exception for Plex Media Server
- allow/open relevant ports for Plex Media Server (in the security software; this is not in relation to the router port forwarding)
Related Page: What network ports do I need to allow through my firewall?