Commit 0bd2f3f2 by Iwasaki Yudai

Add a link to how to use self-signed certificates with Safari

1 parent 00ddf781
Showing with 1 additions and 1 deletions
......@@ -101,7 +101,7 @@ All traffic between the server and clients are NOT encrypted by default. When yo
openssl req -x509 -nodes -days 9999 -newkey rsa:2048 -keyout ~/.gotty.key -out ~/.gotty.crt
```
(NOTE: Safari doesn't support self-signed certifications for WebSockets)
(NOTE: For Safari uses, see [how to enable self-signed certificates for WebSockets](http://blog.marcon.me/post/24874118286/secure-websockets-safari) when use self-signed certificates)
## Sharing with Multiple Clients
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!