View and vote on the article here: Secure IRC - SSL with Stunnel
Secure IRC - SSL with Stunnel| Category | | | Summary | | | Body | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]
<html xmlns="http://www.w3.org/1999/xhtml]
<head>
<title>Secure IRC </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<strong> Secure IRC - SSL with Stunnel
</strong>by barnseyboy
<strong></strong>
I've been meaning to set up SSL for IRC for ages and I just got around to it, so I thought I'd share the knowledge on how to do it. This is for windows users only.
1) Download stunnel .
2) Download ssl libraries .
3) Copy stunnel.exe into a directory of your choice > in my case c:stunnel .
4) Unzip and copy the ssl libraries into the windows/system32 directory.
5) Open a blank text file and save it called stunnel.conf in c:stunnel . (Note: When saving the file in a text editor with an extension other than .txt, you may have to put quotation marks around the file name: "stunnel.conf".)
6) Copy the following code straight into stunnel.conf and save.
verify = 0
output = stunnel.log
client = yes
[sslirc]
accept = localhost:+6697
connect = irc.cyberarmy.com:+6697
7) Different CAIRC servers may or may not be configured to accept SSL connections. Experiment and see what works for you.
8) Run stunnel.exe. You are now running stunnel, listening and waiting for connections on port +6697, when it gets an incoming connection it routes it through to the outbound server.
9) Open up your favorite IRC client (in my case mIRC) and type /server localhost:+6697 (in xchat type /server localhost +6697). This should connect to your local port, forward it through stunnel and onto the irc server. Your communications will now be taking place via SSL.
10) I now add stunnel in my startup so its always there and running for me.
11) Now you're securely connected. Type the following /ms send barnseyboy thanks for helping me get securely connected!
enjoy
bb
<hr />
Written by Vice CinC<strong> barnseyboy</strong>
XO Of The CyberArmy (#1)
CO Of Open Source Institute (#4)
Updated by Mar <strong>SHEPHERD</strong> [11 March 2005]
Member Of The CyberArmy (#1)
</body>
</html>
|
|
This article was imported from the CyberArmy University site. (original author: Barnseyboy)
There are no replies to this post yet.
|