flackr / circ

An IRC packaged chrome app
BSD 3-Clause "New" or "Revised" License
388 stars 79 forks source link

Socket Error: tlsError: Could not parse certificate list. #408

Open zeldoon opened 7 years ago

zeldoon commented 7 years ago

So I try to join this server using the following command /server irc.rizon.net +6697

I receive this Socket Error: tlsError: Could not parse certificate list.

zeldoon commented 7 years ago

downloaded from webstore using samsung chromebook snow

jiggunjer commented 7 years ago

same problem here. Maybe Forge is outdated?

zeldoon commented 7 years ago

no one knows why the ssl isnt working....

flackr commented 7 years ago

I'm not sure, though chrome.socket now has a secure method which uses built-in SSL so CIRC doesn't need to rely on forge anymore: https://developer.chrome.com/apps/socket#method-secure.

Deide commented 7 years ago

The problem with Chrome's built in solution is that it does not support client certificates. That is, even when a serve requests an optional client certificate, the chrome socket flat out fails. Hopefully this is fixed in later versions of Chrome.

salvis commented 7 years ago

I have the same problem with /server irc.geekshed.net +6697

Is there a solution or work-around?