Using WeeChat through the terminal (on Arch Linux), I can connect to Freenode's server with SSL. No problem there.
But if I try to connect to some IRC servers using SSL (e.g. ircs.overthewire.org), WeeChat gives the following errors:
gnutls: peer's certificate is NOT trusted
gnutls: peer's certificate issuer is unknown
irc: TLS handshake failed
irc: error: Error in the certificate.
Connecting to such servers with SSL only works if I do the following, as per the advice on WeeChat's FAQ:
/set irc.server.example.ssl_verify off
However, the same FAQ says that I should be careful, as this makes it less secure.
Is this something I can fix at all, or is it an issue I have to live with for some IRC servers?