Skip to content

Commit 837f7d5

Browse files
authored
Merge pull request #100308 from anzaman/master
Minor Change
2 parents cdd63af + 2a3d62b commit 837f7d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/vpn-gateway-faq-p2s-azurecert-include.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
---
1212
[!INCLUDE [P2S FAQ All](vpn-gateway-faq-p2s-all-include.md)]
1313

14-
### What should I do if I'm getting a certificate mismatch when connecting?
14+
### What should I do if I'm getting a certificate mismatch when connecting using certificate authentication?
1515

1616
Uncheck **"Verify the server's identity by validating the certificate"** or **add the server FQDN along with the certificate** when creating a profile manually. You can do this by running **rasphone** from a command prompt and picking the profile from the drop-down list.
1717

18+
Bypassing server identity validation is not recommended in general, but with Azure certificate authentication, the same certificate is being used for server validation in the VPN tunneling protocol (IKEv2/SSTP) and the EAP protocol. Since the server certificate and FQDN is already validated by the VPN tunneling protocol, it is redundant to validate the same again in EAP.
19+
1820
![point-to-site](./media/vpn-gateway-faq-p2s-all-include/servercert.png "Server Certificate")
1921

2022
### Can I use my own internal PKI root CA to generate certificates for Point-to-Site connectivity?

0 commit comments

Comments
 (0)