PDA

View Full Version : SSL problem with 4.0.1


InVisage
01-09-2003, 07:44 AM
If I enabled SSL in the .ini file clients cannot log in. It says ' Connect to blahblahblah on port blah' but doesnt get past that point

However if I enable TLS everything is fine....unless someone tries to establish Implicit SSL etc and they cannot log in.

Any thoughts on this?

InVisage
01-09-2003, 07:49 AM
Just to add some more info.

I just tried on v 3.9.1 and the same bug exists.

If you try and connect using Implicit SSL it will not connect. Then if you cancel the connect and try TLS it crashes the server.

darkone
01-09-2003, 10:10 AM
Connected to 192.168.1.10 Port 9999
Negotiating SSL/TLS session...
SSL/TLS negotiation successful...
SSL/TLS connection using cipher DES-CBC3-SHA (168 bits)
220 ioFTPD [www: http://www.ioftpd.com] - [version: beta 4] server ready.
USER ioFTPD



Works here as supposed to.. are you sure that your .pem file is correct? Paste your config line for ftp service here, if this answer didn't help you :)

InVisage
01-13-2003, 06:12 AM
This is my ftp line:
Ftp = DEVICE Any PORT 888 MAXUSERS 20 TLS "..\etc\FTPD.pem"

But I have also tried it with just SSL "blah" and with both

darkone
01-27-2003, 06:43 AM
Did you get it working?

InVisage
01-28-2003, 09:49 AM
I removed my certificate and it stopped doing it.

I havent had a chance to recreate the certificate yet though.

Thanks for the help tho, i'll let you know when i try it again