Re: [twsocket] Can't get https://yahoo.com with latest version of TSslHttpCli

2013-10-09 Thread Angus Robertson - Magenta Systems Ltd
> Using the sample OverbyteHttpsTst application, I get the below, but 
> no body content. It looks like it goes through some redirects and
> switches to http from https.

Indeed, it switches to non-SSL but still using port 443, and you then get an
10053 abort error.  I've reproduced the same error using the browser demo.   

It's probably another error in the relocation code in the component, not
disabling SSL, or deliberately setting SSL due to port 443, or maybe the
opposite, not setting it due to http//:. 

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Can't get https://yahoo.com with latest version of TSslHttpCli

2013-10-09 Thread Albert Wiersch

I just upgraded to the latest version of ICS-V8 but I still cannot seem to get
a reasonable result when fetching "https://yahoo.com";.

Using the sample OverbyteHttpsTst application, I get the below, but no body
content. It looks like it goes through some redirects and switches to http
from https.

That URL seems to work fine in various browsers. Any ideas?


Connecting...
cmd> GET / HTTP/1.0
cmd> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
cmd> Connection: Keep-Alive
cmd> Accept-Language: en, fr
cmd> User-Agent: Mozilla/4.0 (compatible; ICS)
cmd> Host: yahoo.com:443
cmd> Proxy-Connection: Keep-Alive
cmd> 
Handshake done, error #0
! 0 Certificate(s) in the verify chain.
HTTP/1.1 301 Moved Permanently
Date: Wed, 09 Oct 2013 15:28:40 GMT
Location: http://yahoo.com:443/?s=https
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=utf-8
Cache-Control: private
hdr>HTTP/1.1 301 Moved Permanently
hdr>Date: Wed, 09 Oct 2013 15:28:40 GMT
hdr>Location: http://yahoo.com:443/?s=https
hdr>Vary: Accept-Encoding
hdr>Connection: close
hdr>Content-Type: text/html; charset=utf-8
hdr>Cache-Control: private
Location changed to "http://yahoo.com:443/?s=https";
cmd> GET /?s=https HTTP/1.0
cmd> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
cmd> Connection: Keep-Alive
cmd> Accept-Language: en, fr
cmd> User-Agent: Mozilla/4.0 (compatible; ICS)
cmd> Host: yahoo.com:443
cmd> Proxy-Connection: Keep-Alive
cmd> 
Request done, error #10053

--
Albert Wiersch
AI Internet Solutions LLC
supp...@htmlvalidator.com
http://www.htmlvalidator.com/



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be