I agree with Bruno; the most likely answer is that the server does not support TLS 1,2 - use the site Bruno mentioned in order to test the server to see what TLS versions it supports.
Check out the blog post from October 2017 describing the change in 4D where we no longer allow connections to servers that do not support TLS 1.2: https://blog.4d.com/more-security-for-your-4d-server/ You can handle this on the 4D Side by lowering the minimum TLS version (shown in the tech tip below) but it's not recommended: https://kb.4d.com/assetid=78102 Honestly, you should ask the provider to update their software so that it supports TLS 1.2 as the older algorithms have vulnerabilities in them and you shouldn't enable them if you are concerned about security. -Tim -----Original Message----- From: 4D_Tech <[email protected]> On Behalf Of Bruno LEGAY via 4D_Tech Sent: Monday, February 11, 2019 12:18 PM To: [email protected] Cc: Bruno LEGAY <[email protected]> Subject: Re: Error 30 When Using HTTP Get or HTTP Request Hi, Could be there that the SSL/TLS version of your server is not supported (too old or too new). You can use nmap or online tools to check the configuration of the server... https://www.ssllabs.com/ssltest/ This will give you a list of ciphers HTH Bruno LEGAY ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

