PDA

View Full Version : HTTPD (SSL) incompatability


darkone
05-31-2003, 11:30 AM
HTTPD is currently incompatible with following browsers (due their non-std ssl implementation):

- Netscape nabigator
- Mozilla
- Netscape/Mozilla based browsers

Compatible with:

- Internet explorer
- Opera

I will see if there is any reasonable way to resolve this.. if not, then I must convert you all to use IE/Opera :)

MadCowAss
05-31-2003, 01:35 PM
It takes 100 % CPU with Opera :( Are you sure it is compatible ?

darkone
05-31-2003, 09:33 PM
Next version is :) (Noticed some slight bug in Secure_Accept() function few days ago)

darkone
06-02-2003, 01:32 AM
Create key like this, and it will work with all browsers... just tested with mozilla & netscape :) Server authentication was set to SSL2 from io.

makecert.exe -r -n "cn=192.168.1.11" -b 01/01/2000 -e 01/01/2010 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr CurrentUser -a md5 -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12 c:\cert\ioftpd.cer