Hi,

> 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. 


It could be a TLS sni problem.

see http://forums.4d.fr/Post/FR/18160614/1/18160615#18160615

can you run the following commands (with your domain name) and send me the 
result ?

$ openssl s_client -connect exemple.com:443

$ openssl s_client -connect exemple.com:443 -servername exemple.com

Until 4D implements SNI you can use NTK, or curl or openssl to connect to the 
https server which are using tis sni.

HTH
Bruno
**********************************************************************
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