From fc590d5bc3184114951ef94a86c15937900b1cff Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Mon, 31 Aug 2015 16:09:14 +0900 Subject: [PATCH] Add note for self-signed cert issue of safari --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 311187e..2b2145a 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ 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) + ## Sharing with Multiple Clients GoTTY starts a new process with the given command when a new client connects to the server. This means users cannot share a single terminal with others by default. However, you can use terminal multiplexers for sharing a single process with multiple clients.