Quote:
Originally Posted by filasa12
tls check !!!!
|
Thank you very much I didn't know it was tls until I looked it up. Thanks for replying. I finally got it to run in window 11.
I leave what worked for me for others
the problem was in the TLS and SSL
I will explain it as simple as possible so that it can be understood.
Go to:
Panel control - Network and internet or in its defect more direct Internet options - Advanced
Look for two options SSL 3.0 and TLS 1.0 and activate them.
by default TLS 1.2 and 1.3 are enabled; disable them.
by the way, something extra I will include is that I added a key in regedit under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SecurityProviders\SCHANNEL\Protocols
there create a key called SSL 2.0 and then another one below it called Client
inside Client create a DWORD (32bits) called DisabledByDefault to which I assign a value of 1
DWORD name: DisabledByDefault
DWORD value: 1
I hope it will help someone who needs it in window 10 and window 11. Thanks