Page 1 of 1

SSL with Java and CGI

Posted: Tue Jul 04, 2006 8:53 pm
by GouroB
i need a custom module which will allow SSL connection for a CGI applet ( CGI:IRC ) or SSL in a Java applet ... PJirc has 1 module for that but for that the ircd requires to be run from the root. Can any one help me with it ... plz reply or pm .

[Moderator: Renamed and moved to Off Topic]

Posted: Tue Jul 04, 2006 9:22 pm
by Stealth
For CGI: If it is being run on the same box as Unreal, just connect to it with https

For applets: Learn to modify their source.

Unreal cannot change the way clients connect to it. SSL is entirely up to the client