can you connect from a browser?  unreachable suggests the web server is not 
running on port 443.

do you control the web server, and is it 4D?  

> On Nov 16, 2016, at 9:43 AM, Donald Koffman <[email protected]> wrote:
> 
> I have successfully used the HTTP Request command to POST to a url ($url). 
> The command is HTTP Request(“POST”; 
> $url;$content_blb;$response_blb;$headers_at;$values_at)
> 
> $url is  http//xx.xx.xxx.xxx/<dir, where x are integer values (ip address).
> 
> When I replace “http” with “htpps” in the url, 4D throws an error:
> 
> Error when executing the method “HTTP_PostTest” at line number 67
> 
> HTTP server not reachable: xx.xx.xxx.xxx   (sane ip address as in $url.
> Error #2 
> 
> line 67: $status_l:=HTTP 
> Request(“POST”;$url;$content_blb;$response_blb;$headers_at;$values_at) 
> 
> Question: why does http succeed and https fail?   
> Thanks,
> Don
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:[email protected]
> **********************************************************************

**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to