wqweto / VbAsyncSocket

Sockets with pure VB6 impl of TLS encryption
MIT License
164 stars 31 forks source link

mdTlsNative will not make a connection #14

Open MindChild opened 3 years ago

MindChild commented 3 years ago

mdTlsNative will not make a connection. Any attempt results in error number "-2147221504" with a description "The message received was unexpected or badly formatted."

wqweto commented 3 years ago

Can you open test\Secure\Project2.vbp project and confirm it's unable to connect to the host:port your are testing with?

Note that OS native SSPI/Schannel provider could not support TLS 1.3 before Windows 10 version 21H1 but current mdTlsNative is not tested on 21H1 though.

Which OS/version and which host/port are you having troubles with?