Re: bopm ssl?

"ph0x" <[email protected]> Thu, 13 Sep 2007 17:51:44 +0200
Newsgroups gmane.network.irc.bopm
Message-ID <[email protected]>
Fudge wrote:
> Hi, is it possible to patch BOPM somehow so I can connect it via SSL?
> 
> Thanks
> 

Not sure, but as an alternative you should look into using stunnel to create
a local listening socket which forwards your connections to the encrypted
ircd.

Here's an example:
stunnel -c -d 127.0.0.1:6889 -T -r 127.0.0.1:9099

Where 127.0.0.1:6889 is the adress that your BOPM will connect to, and
127.0.0.1:9099 is the adress of your SSL enabled ircd port.

/ph0x