1 (edited by prahousefamily 2022-10-04 07:48:24)

Topic: How To Fix Error WinHttp.WinHttpRequest 80020009

IN MVD project i try write method Post,GET than standard function

WinHttpReq  : Variant;
WinHttpReq := CreateOleObject('WinHttp.WinHttpRequest.5.1');

Because in MVD standard function haven't this  or unable to improve further setting

In Windows 10 It OK  Not Error
But Windows 7 and Show Popup This

OLE error 80020009:send : Exception occurred
Source :: WinHttp.WinHttpRequest
Description :: An error in secure channel support

How To  Fix problem ???

https://i.postimg.cc/NfQtdTBX/D20221004-T114606.png

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: How To Fix Error WinHttp.WinHttpRequest 80020009

Hi,

According to the internet,
one reason could be the lack of an update for new security protocols in Windows7.


Check if the update (KB3140245) is installed in Windows7.


If not, follow the link below.
Service Pack 1 for Windows 7 must be installed to install this update.


https://support.microsoft.com/en-us/top … 268bb10392

Re: How To Fix Error WinHttp.WinHttpRequest 80020009

Можно ещё подергать опции:

WinHttpReq.Option(4,13056);
WinHttpReq.Option(6,1);
WinHttpReq.Option(12,1);