> No, I tried that already and adding http.AddPortNumberToHost:=false; > doesn't change anything :( > > > Hi, > > that server cannot handle port information in host > > use > > > > http.AddPortNumberToHost:=false; > > > > > > Brona; > >
I can confirm that your test program works with https://sourceforge.net/account/login.php when setting http.AddPortNumberToHost:=false. Without this setting I'm getting: <<<< getting https://sourceforge.net/account/login.php Headers out: HTTP/1.0 301 Moved Permanently Location: https://sourceforge.net/account/login.php Server: BigIP Connection: close Content-Length: 0 >>>> The 301 reply with a Location pointing to the same address is an indication that the site has a problem with the port number in the 'Host:' header. Your initial mail doesn't mention the 301 response. What version of openssl are you using? Writeln(http.Sock.SSL.LibVersion) gives here 'OpenSSL 0.9.8k 25 Mar 2009'. Ludo ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
