Beware of Windows Update KB5018410

Everything else that doesn't fall into one of the other PB categories.
dige
Addict
Addict
Posts: 1405
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Beware of Windows Update KB5018410

Post by dige »

Hello to all, since the Windows Update KB5018410 I sometimes have problems with ssl network connections with httpRequest().

According to the debugger console:

Code: Select all

 schannel: Next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed).
It is not a general problem and seems to affect only certain connections. I could not reproduce the problem with the cURL tool or various browsers (including the old iE11).

The problem can only be solved by rolling back the update.
"Daddy, I'll run faster, then it is not so far..."
BarryG
Addict
Addict
Posts: 4173
Joined: Thu Apr 18, 2019 8:17 am

Re: Beware of Windows Update KB5018410

Post by BarryG »

Is this a PureBasic problem that affects the Http lib, or just a generic error in Windows?
dige
Addict
Addict
Posts: 1405
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Beware of Windows Update KB5018410

Post by dige »

Microsoft Onedrive is also affected. (https://borncity.com/win/2022/10/22/pro ... 2-10-2022/)

I experienced the problem when connecting to a specific server. And in that case it only affected PureBasic. I was able to connect to the server with the cUrl tool and various browsers without any problems.

After endless troubleshooting and attempts with older PB versions, the problem was solved by uninstalling the latest Windows 10 update (KB5018410)
"Daddy, I'll run faster, then it is not so far..."
BarryG
Addict
Addict
Posts: 4173
Joined: Thu Apr 18, 2019 8:17 am

Re: Beware of Windows Update KB5018410

Post by BarryG »

dige wrote: Thu Nov 03, 2022 10:00 amin that case it only affected PureBasic
Damn. Thanks for the heads-up!
Joris
Addict
Addict
Posts: 890
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Re: Beware of Windows Update KB5018410

Post by Joris »

On a Dutch post (google translate) :
https://be.hardware.info/nieuws/83157/b ... areinfo%0A
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
User avatar
idle
Always Here
Always Here
Posts: 5901
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Beware of Windows Update KB5018410

Post by idle »

A key logger and broken https in one week way to go Microsoft.
Post Reply