Building42 / Telegraph

Secure Web Server for iOS, tvOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safari: Invalid certificate chain

lucson312 opened this issue · comments

I am having this issue with Safari: WebSocket network error: OSStatus Error -9807: Invalid certificate chain. It only happens on Safari when I try to connect to a wss.

Thanks!

Found out that the self signed certificate added to my keychain was not trusted. I had to navigate to the webserver on safari and accept the certificate manually.

Self signed certificates have a bit of an issue that they aren't signed by a trusted CA.
See issue #7 for more info.