Accpepted ciphers were changed in 7.37 to the following:
Quote:
ALL:!ADH:!aNULL:!eNULL:!EXP:!3DES:!RC4:!MD5:!PSK:!SRP:!DSS:!SSLv2:!LOW

Since RC4 is the only cipher available on that server the connection fails, you can remove the RC4 exclusion from the string to connect to this host. Add the following line to the [ssl] section of mirc.ini:
Quote:
ciphers=ALL:!ADH:!aNULL:!eNULL:!EXP:!3DES:!MD5:!PSK:!SRP:!DSS:!SSLv2:!LOW

I'd blame the server more than mIRC for offering such weak security, but this situation could be presented to the user more clearly.