Re: [cgiirc-general] Re: SSL Support?
Brought to you by:
dgl
From: David L. <dg...@dg...> - 2005-10-24 18:33:37
|
On 21 Oct 2005, at 07:09, Craig wrote: > So, I'm guessing the lack of response indicates a "No"? > > I also haven't been able to get the client I installed to connect to a > secure server, so... > > Any plans to add support for it, or reasons why it couldn't be added? It's not that easy because CGI:IRC uses the Socket module instead of using IO::Socket, you can use something like stunnel if you just want access to one server. Or alternatively if you can run CGI:IRC on the same host as the web server then access the web server over HTTPS. |