BlabberNET IRC Network  
   
 
Wednesday, 14 May 2008 login
 
 

SSL Help


- Introduction
- Step 1 - Installing Stunnel
- Step 2 - Running Stunnel
- Step 3 - Connecting to your Stunnel pipe



Introduction
When you make an online credit card purchase or do online banking, your communication with the web server is, more than likely, protected using a technology called SSL. SSL is Secure Sockets Layer. It's a means of encrypting and authenticating a communication channel between two peers.

Traditionally, IRC has always been "clear text". Meaning all communication over an IRC connection can be "sniffed" by someone that has access to the network link between you and the IRC server. This includes your ISP, any network administrators that manage your company network, and any ISP in the path of you and Blabber.net. They all have the technical ability to see your conversations on Blabber.net, public and private. Note, this is not to say this is done by any of the parties mentioned above. In all cases I know of, this is never done. But that doesn't stop you from taking measures to ensure your conversations remain as intended - private.

Thanks to SSL this is easily made available. Blabber.net is one of the few IRC networks that support SSL, and probably the only IRC network in South Africa to have full support for it. The following sections explain how to get connected using SSL on Windows with Stunnel.

Top

Step 1 - Installing Stunnel
Until mIRC has builtin SSL support, Stunnel will remain an important component for establishing SSL connections to Blabber.net. The latest version (4.0) can be downloaded from here along with an installation script and custom configuration file for Blabber.net. Once downloaded, double click the ssl.exe file. A screen should appear asking you where you'd like to extract the files. It is recommended that you extract to your current mIRC folder, purely for convenience. Once you've chosen the destination folder, click install and all files will be setup.

Top

Step 2 - Running Stunnel
Now all you need to do is run Stunnel-4.00.exe in the destination folder you chose above. If it loads successfully you should see it's icon in the tray in the bottom right of your screen. If not, it will present an error message to you. Please report problems in #IRChelp.

If you're connecting from outside South Africa, you'll need to edit the stunnel.conf file in notepad. Load notepad and open the configuration file. You should see a line that says "connect=". You need to modify it to read the following:

connect=aurora.blabber.net:7000

Then save your changes and all should work.

Top

Step 3 - Connecting to your Stunnel pipe
If you are using the stunnel.conf file from this site, all you need to do now is type the following in the mIRC status window:

/server localhost

If you connect successfully, perform a /whois on yourself. You should see something like this:

Aragon is aragon@hostname.co.za * Aragon Gouveia
Aragon using estranged.blabber.net Why walk when you can fly? (JHB-IS)
Aragon is a Secure Connection
Aragon has been idle 32mins 11secs, signed on Thu Jun 13 21:58:11
aragon End of /WHOIS list.

You are now connected to Blabber.net securely :-).

Top

<- back to info