Random crashes

I watched the server become unresponsive then watched the re-connection attempts in the logs.

This is starting to become a regular thing since the 1.23.x updates started.

@BigWheel I’m not sure if you’re familiar with Linux, but would you mind taking a look at the logs for me?

Just for some back story with what’s been going on with my server lately.

Plex Media Server Logs_2021-07-21_20-56-53.zip (6.0 MB)

I can see certificate errors probably from my custom one. I’m not sure what I’m doing wrong there, the certificate is valid and the hostname is correct. Are there directions somewhere on how to properly convert my .pem files into .pfx?

The command I’ve been using is:

openssl pkcs12 -export -out /home/user/cert.pfx -inkey /etc/letsencrypt/live/plex.example.xyz/privkey.pem -in /etc/letsencrypt/live/plex.example.xyz/cert.pem -certfile /etc/letsencrypt/live/plex.example.xyz/chain.pem