telnetのように使うopenssl

SSLを使っているIRCのチャンネルに参加する。SSLを使っているのでtelnetでは通常のIRCコマンドを実行できない。そこでopenssl s_clientを用いる。

$ openssl s_client -connect example:6667
...
USER hoge hoge hoge hoge
NICK suztomotest
JOIN #channel

というふうにtelnetを使うようにでチャンネルに参加できる。