Version 15.2 Mac OS. Something about the Web Server - I used Internet commands approach and although TCP Open established a connection id with no errors, TCP Send (Request Header) returned Error #61 - Connection Refused. The connection used 2 as protcol(ssl Synch). The port number was 443.
Sending the same Request Header to port 80 with 0 as protocol (default synch) worked perfectly with no errors. So http works and https fails for the same Request. Don > On Nov 23, 2016, at 3:29 AM, Koen Van Hooreweghe <[email protected]> > wrote: > > 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] > ********************************************************************** ********************************************************************** 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] **********************************************************************

