Assuming ‘htpps' is a typo in the email and not your code, I think it’s problematic that you’re targeting an ip address and not a named address. But I’m guessing.
> Begin forwarded message: > > From: Donald Koffman <[email protected]> > Subject: HTTPS failure to POST - Server Unreachable error > Date: November 16, 2016 at 9:43:41 AM PST > To: 4D iNug Technical <[email protected]> > Reply-To: 4D iNug Technical <[email protected]> > > 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] **********************************************************************

