Re: Error on HTTP request on v16B6

2018-06-21 Thread Keisuke Miyako via 4D_Tech
as discussed in the link given by Koen, the issue seem to happen on certain machines and with certain sites, (100% reproducible when it happens). until we get to the bottom of what is causing the error, may use an alternative http client? https://github.com/miyako/4d-plugin-curl-http >

Re: Error on HTTP request on v16B6

2018-06-21 Thread Koen Van Hooreweghe via 4D_Tech
Hi David, If you have access to the 4D forums, check out: http://forums.4d.com/Post//24265962/1/ You could change the TLS minimum version just before your http request call: SET DATABASE PARAMETER(Min TLS version;TLSv1_1) Its worth a try, but for me it did not work. There seems to be a bug

Error on HTTP request on v16B6

2018-06-21 Thread David Samson via 4D_Tech
This is an urgent issue since it is holding up card payments. We are getting the error below on executing HTTP request to a payment gateway. They assure me they are on TLS1.2. This was after un upgrade from 4D v16.3 to v16R6 all Windows and 64bit server. Error when executing the method