Re: Error 30 When Using HTTP Get or HTTP Request

2019-02-13 Thread Bruno LEGAY via 4D_Tech
Hi. > 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 This is a very good source of information (what TLS version is supported with what version of 4D, how to lower the bar with a s

Re: Error 30 When Using HTTP Get or HTTP Request

2019-02-11 Thread Keisuke Miyako via 4D_Tech
in case you missed it, the blog link that Tim posted does explain how you can lower your TLS threshold on the 4D side with SET DATABASE PARAMETER. 2019/02/12 8:15、4dinug via 4D_Tech <4d_tech@lists.4d.com>のメール: I would rate my chances at getting them to re-deploy their

Re: Error 30 When Using HTTP Get or HTTP Request

2019-02-11 Thread 4dinug via 4D_Tech
un...@lists.4d.com> On Behalf Of Bruno LEGAY via 4D_Tech Sent: Monday, February 11, 2019 12:18 PM To: 4d_tech@lists.4d.com Cc: Bruno LEGAY 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 ne

RE: Error 30 When Using HTTP Get or HTTP Request

2019-02-11 Thread Timothy Penner via 4D_Tech
ech Sent: Monday, February 11, 2019 12:18 PM To: 4d_tech@lists.4d.com Cc: Bruno LEGAY 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 conf

Re: Error 30 When Using HTTP Get or HTTP Request

2019-02-11 Thread Bruno LEGAY via 4D_Tech
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 signature.asc Description: Mes

Error 30 When Using HTTP Get or HTTP Request

2019-02-11 Thread 4dinug via 4D_Tech
I am using v17R3 on Windows 10, and attempting to retrieve some resources from the web using HTTP Get() and HTTP Request() functions. Every attempt fails with an Error 30. Here is the contents of the arrays returned by GET LAST ERROR STACK: *Code* *Int Comp** * *Error description** * 49