1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

azureのPoint-to-Site(P2S) VPNにCertificateを使ってアクセスする時にもうハマりたくない

Last updated at Posted at 2021-01-22

概要

公式ドキュメントに書かれていた、カトリーナのの注釈を見逃していたことが原因でVPN接続できずはまってしまいました。

VPN接続を行う時に手順に従い、

connect

しようとすると

An unexpected error occurred

となってしまっていた。

解決策

SystemPreference -> Network -> VPN
において、
Authentication Settings
にてcertificateを追加する時、

Authentication Settings のプルダウンで
certificateを選んでからcertificateを選ぶとエラーになる。

プルダウンでNoneを選び、
そのあとにCertificateを選択する。と接続できる。

なんでこうなっているのか理解が難しいが、もしエラーになった人は参考になるかもです。

1
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?