I receive the following errors when attempting to establish a VPN connection.
VPN Client gui:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
(Error 0x8007274c) For customized troubleshooting information for this connection, click Help.
VPN Client Log:
[cmdial32] 17:55:32 04 Pre-Connect Event ConnectionType = 1
[cmdial32] 17:55:32 06 Pre-Tunnel Event UserName = Client_Amalgam Domain = DUNSetting = 270c7025-c595-4907-ad50-375d6cb74b0a Tunnel DeviceName = WAN Miniport (SSTP) TunnelAddress = azuregateway-270c7025-c595-4907-ad50-375d6cb74b0a-0.cloudapp.net
[cmdial32] 17:55:54 21 On-Error Event ErrorCode = -2147014836 ErrorSource = RAS
Windows Administrative Events:
CoId={546EA364-A8F3-46CB-B99F-B5D1E5ED3C87}: The user NORTHAMERICA\ecochran dialed a connection named 270c7025-c595-4907-ad50-375d6cb74b0a which has failed. The error code returned on failure is -2147014836.
CoId={546EA364-A8F3-46CB-B99F-B5D1E5ED3C87}:The initial Secure Socket Tunneling Protocol request could not be successfully sent to the server. This can be due to network connectivity issues or certificate (trust) issues. The detailed error message is provided below. Correct the problem and try again.
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Since the only piece of the VPN configuration I can control is the Cert I would think I have made a mistake somewhere in the creation or exportation of the cert. Should the .cer file, when exported without the private key to be uploaded to azure, be DER encoded binary X.509(.CER) or Base-64 encoded X.509(.CER)? When exporting the client cert should any of the Personal Information Exchange - PKCS #12(.PFX) options be checked? Include all certificates in the certification path if possible, delete the private key if the export is successful, or export all extended properties.
I used these exact commands referenced in this article when creating the certs.
msdn.microsoft.com/en-us/library/windowsazure/dn133792.aspx
Any help would be appreciated.
Thank you,
-Ethan