Actions
Feature #612
closedSSL errors handling
Description
Currently Acetamide doesn't support handling SSL errors when connecting to SSL-protected servers.
For example, try connecting to irc.what-network.org
with SSL port 6697. The connection will fail, and you will get disconnected because of a wrong certificate. Instead, you should be greeted with a nice screen telling about the exact SSL error and suggesting either refusing to connect or ignoring the error. Of course, there should be two options for ignoring — just for this session and forever.
Actions