Subject: | Attempting to connect via wss kills server! |
Date: | Sun, 11 Aug 2013 03:01:55 -0500 |
To: | bug-Net-WebSocket-Server [...] rt.cpan.org |
From: | Hal Goldfarb <halgol60 [...] gmail.com> |
I am finding that the server can be killed if one attempts to use a wss:
rather than a ws: URI. I can supply the test code if needed, but I
think this can be implemented just as easily using an existing setup.
I believe this may be related to the other issue I just reported about
SSL support: since there is no SSL support currently(?assuming that is
the case), there is no way to connect via wss, causing Connection to
choke with an error saying a socket is required (meaning the accept()
socket, which does not exist in this scenario for some reason).
At any rate, the server should not be killable by a "client" (using that
term loosely knowing that websockets are more peer-based).