|
||
Thank you z3bra!
For the ii client, it is possible to use UNIX sockets instead of TCP sockets: # vi /etc/inetd.conf Code: /tmp/irc.freenode.net stream unix nowait nobody /usr/bin/openssl openssl s_client -quiet -connect irc.freenode.net:6697 # ii -s unix.chat -u /tmp/unix.chat And then you have ~/irc/unix.chat and not ~/irc/127.0.0.1. :) |
||
|
||
I have to turn off verification for this server to connect. I'm getting this in weechat:
Code: │13:49:42 | unix.chat =!= | gnutls: the hostname in the certificate does NOT match "irc.unix.chat" For anyone that runs into this, you can turn off verification with: Code: /set irc.server.<identifier>.ssl_verify off |
||