West Wind Internet and Client Tools
An error occurred in the secure channel support
Hi Rick. We started having this issue on Windows server 2013 using V7.33
When calling the webservice it will return An error occurred in the secure channel support We had to change the timeout values to 100 to get the error message
Public loSer, loPaymentList, ReturnJSON
loHTTP = Createobject("wwHTTP")
loHTTP.cContentType = "application/json" && Content type of the data posted
loHTTP.AddPostKey() && Clear POST buffer
loHTTP.AddPostKey(lcJSON)
loHTTP.nconnecttimeout = 100
ReturnJSON = loHTTP.HttpGet("https://XXXXXXX")
It works 100% on Windows 11 and Win Server 2022 This started at the end of August.
Using Postman the call to the webservice works from both the servers
We have ensured that all the DLL used by Client Tools is in the folder.
The webservice is still using TLS1.2
Any suggestions would be appreciated