> Writeln(http.Sock.SSL.LibVersion) gives here 'OpenSSL 0.9.8k
> 25 Mar 2009'.
Thanks, I didn't know that there is a sock.ssl property

With http.Sock.SSL.SSLType:=LT_SSLv3; it works...

Benito

On 04/09/12 13:35, Benito van der Zander wrote:
>> Your initial mail doesn't mention the 301 response.
> I probably should have mentioned the complete output...
>
> It doesn't return anything, just times out after 60s:
>
> getting https://sourceforge.net/account/login.php
>
>
> Headers out:
> GET /account/login.php HTTP/1.0
> Host: sourceforge.net
> Keep-Alive: 300
> Connection: keep-alive
> User-Agent: Mozilla/4.0 (compatible; Synapse)
>
>> What version of openssl are you using?
> OpenSSL 1.0.1 14 Mar 2012
>
>
> Benito
>
> On 04/09/12 09:27, Ludo Brands wrote:
>>> 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
>> synalist-public@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/synalist-public
>>
>
> ------------------------------------------------------------------------------
> 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
> synalist-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synalist-public
>


------------------------------------------------------------------------------
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
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to