P2S VPN with custom audience on Mac OS 15.3.1 Sequoia Unable to use Digicert Global Root G2
I've created a VPN Gateway and configured P2S following the official MS tutorial "https://learn.microsoft.com/en-us/azure/vpn-gateway/point-to-site-entra-register-custom-app". My application is running on a custom audience so that I can control who can access the VPN.
I've downloaded the client profile and imported it onto my Macbook M1. I've also changed the azurevpnconfig.xml to include the <applicationid> which points at the Microsoft Azure VPN Audience (c632b3df-fb67-4d84-bdcf-b95ad541b5c8).
What I'm observing is that I'm not able to connect using DigiCert Global Root G2(The default whilst opening the xml file is DigiCert Global Root CA) as suggested in all the tutorials. The error I'm getting is "Failed to connect to the server. Unexpected error"
If I change the Server Validation to Digicert Global Root CA, the connection is successful and I get assigned a private IP as expected.
Why am I not able to use G2 as mentioned in all the tutorials?
Thanks