[SOLVED] Cannot connect to port 443 when using Websockets

I cannot get ws://irc-ws.twitch.chat.tv:443 to work on any channel. There are many mentions in this forum that the Websocket server accepts both :80 and :443 connection. Yet, I cannot send or receive anything through a websocket.

The comments in this thread seem to contradict responses I get from querying chat_properties of channels. Because I never receive a 443 IRC server from there.

So my question is: Do I have to do anything special for connecting through SSL/TLS?

Use wss:// instead of ws://, no need to specify the port either. 443 is default for wss.

2 Likes

Can you hear that? That’s me bashing my head against my keyboard… Thanks @3ventic.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.