PDA

View Full Version : Fix "We encountered an error while trying to communicate with server!"



Tiger
30-12-2022, 04:55 PM
It seems that error "We encountered an error while trying to communicate with server!" is generated because TLS 1.2 support is missing or it's not completely enabled.

To fix this issue:
* Run command prompt or powershell as admin
* Copy-paste the following commands:


reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\v4.0.30319" /v "SystemDefaultTlsVersions" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\v4.0.30319" /v "SchUseStrongCrypto" /t REG_DWORD /d 1 /f

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\ .NETFramework\v4.0.30319" /v "SystemDefaultTlsVersions" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\ .NETFramework\v4.0.30319" /v "SchUseStrongCrypto" /t REG_DWORD /d 1 /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client" /v "DisabledByDefault" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client" /v "Enabled" /t REG_DWORD /d 1 /f


Now you should be able to do a wCD scan without getting this error.

abderezzak
14-02-2023, 06:19 PM
It didn't work. What is the solution?

Tiger
14-02-2023, 08:12 PM
Please contact me on Steam / Facebook.

kolyantos
26-02-2023, 02:51 PM
It didn't work. What is the solution? I also have

Tiger
26-02-2023, 07:11 PM
Please contact me on Steam / Facebook.

kiros
27-02-2023, 07:18 PM
sa ne fonctionne pas reg add

j'ai lu vous aviez dit en 2019 que c est ip bloqué jai deja tester wargods debloqué par feu et sa marche pas

bnlsuperstar
12-02-2024, 08:33 PM
a rezolvat cineva problema?