The connection was prevented because of a policy configured
on your RAS/VPN server. Specifically, the authentication method used by the
server to verify your username and password may not match the authentication
method configured in your connection profile. Please contact the Administrator
of the RAS server and notify them of this error. (Error 812) For customized
troubleshooting information for this connection, click Help.
After doing some extensive research, I found out that TLS 1.2 needs to be enabled on the workstation for it be able to connect.
In order to fix this issue, you will need to add the following registry keys:
reg add HKLM\SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\13 /v TlsVersion /t REG_DWORD /d 0xfc0
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp" /v DefaultSecureProtocols /t REG_DWORD /d 0xaa0 if %PROCESSOR_ARCHITECTURE% EQU AMD64
reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp" /v DefaultSecureProtocols /t REG_DWORD /d 0xaa0
You will also need to install the following patches:
Then you will need to reboot the PC and you should be able to connect to the VPN.
No comments:
Post a Comment