Page 1 of 1

Java & SSL

Posted: Thu May 19, 2005 10:12 pm
by GouroB
ok the thing is , u cant force Java applet users to use SSL connection as mIRC users does ... , but there is a way i guess .. like for web pages if we use http://www.something.com , its normal page and we used to upload the web files in " public_Html " folder but if we upload the files and applet in " Private_html " the web url will be https://www.something.com so it will be then a SSL page , and as far as i know no bot can use SSL ( so far ) ... but will IRCD consider these users as SSL user ?

Posted: Thu May 19, 2005 10:27 pm
by Stealth
Java users conect the same way as anyone else, no matter what you do to load the page.

When a java appley connect to the IRCd, it doesnt use the HTTP connection, it opens its own socket to connect to the IRCd directly. You would need to find/make a java applet that supports SSL if you want your java users to use SSL.

Posted: Thu May 19, 2005 10:34 pm
by GouroB
You would need to find/make a java applet that supports SSL if you want your java users to use SSL.
is there any applet which support's SSL ? i couldnt find any YET .
plz name the url if u have any .

Posted: Thu May 19, 2005 10:43 pm
by Stealth
I don't know of any.

Posted: Thu Oct 13, 2005 2:25 pm
by R3M