[SOLVED] winhttp.winhttprequest error
Author: knut.dybendahl@gmail.com (Knut)
So, kinda stumped here... Windows 10 - the following code works flawlessly;
newinstance "WINHTTPREQUEST", vh_webinst vh_webinst->open(psi_method, psi_url, "0") .... vh_webinst->send(psio_content)
In Windows 7, I get a -150 after the call vh_webinst->send(psio_content) and the following is in the msg frame;
ICCDRV-COM-ERR Error with ICC system occurred, The COM method "Send" threw an OLE exception: HRESULT=0x80072f7d, description="An error occurred in the secure channel support ", source="WinHttp.WinHttpRequest": COM error 0x80072f7d, described as "Unknown error 0x80072F7D" (ICC system status: <-2147012739>)
Has anyone come across this?? If so, what was the fix?? Knut