Hi Don, Which 4D version and which OS?
A while ago I had a similar issue with 4D v13.4 on MacOS. Updating to v13.6 fixed the problem. HTH Koen Op 16-nov.-2016, om 18:43 heeft Donald Koffman <[email protected]> het volgende geschreven: > 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? -------------------- Compass bvba Koen Van Hooreweghe Kloosterstraat 65 9910 Knesselare Belgium tel +32 495 511.653 ********************************************************************** 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] **********************************************************************

