Jellyfin Forum
SOLVED: SSL Port No Longer Open 10.11.3 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: SOLVED: SSL Port No Longer Open 10.11.3 (/t-solved-ssl-port-no-longer-open-10-11-3)



SSL Port No Longer Open 10.11.3 - dogboyaa1 - 2025-11-19

Hi All, I am new here but ever since i upgraded to i believe 10.11, port 8920 is now no longer opening. Its odd as the ssl cert i had on the machine hasnt changed but now no matter what i do i cant get jellyfin to open the port.

Any suggestions would be greatly apperchiated


RE: SSL Port No Longer Open 10.11.3 - dogboyaa1 - 2025-11-19

Hi update i looked through log and i am getting this error:

System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException: The PKCS#12/PFX violated the 'AllowDuplicateAttributes' limit.

I wasnt sure where the issue was but using the basic files i was able to create a new pfx file:

openssl pkcs12 -export \
-out mydomain.com.pfx \
-inkey privatekey.txt \
-in mydomain.com.txt \
-certfile chain.pem \
-name "mydomain.com"

and then make sure you: chown jellyfin:jellyfin mydomain.com.pfx