From 0bd2f3f2c89b1ab3fdac91b7abf5049083988c78 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Tue, 1 Sep 2015 14:54:20 +0900 Subject: [PATCH] Add a link to how to use self-signed certificates with Safari --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b2145a..fe9efa8 100644 --- a/README.md +++ b/README.md @@ -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