No I'm not using a ftp program to connect.. and yes I do know that it looks like that. 
 
Already tried to remove ssl from the Http line, still same problem. Thing is that it has worked since 3.x.x and when I switched to latest 4.0.x it broke. 
 
And if the problem would be that no user got H access then the page would load anyway.... 
 
Here's full conf: 
 
[Services] 
Ftp     = DEVICE Any PORT 21 MAXUSERS 20 TLS "c:\program files\ioFTPD\etc\ioFTPD-rsa.pem" SDEVICES Internal 
Ftp     = DEVICE Any PORT 21 MAXUSERS 20 SDEVICES Internal 
Ftp     = DEVICE Nat PORT 21 MAXUSERS 20 TLS "c:\program files\ioFTPD\etc\ioFTPD-rsa.pem" 
Ftp     = DEVICE Nat PORT 21 MAXUSERS 20 
Ftp     = DEVICE Nat PORT 24195 MAXUSERS 20 
Ftp     = DEVICE Nat PORT 24195 MAXUSERS 20 TLS "c:\program files\ioFTPD\etc\ioFTPD-rsa.pem" 
 
Http	= DEVICE Any PORT 10000 MAXUSERS 100 PERMISSION "H =HTTP"
		 
		
		
		
		
		
		
		
	 |