VPNの設定をしたところ、AWS VPN Clientで接続しようとして TLSハンドシェイクエラーが出ています。

0

質問のタイトルの通りですが、 https://cloud5.jp/saitou-handson-clientvpn/#-aws-client-vpn- こちらのサイトを参考にしてVPN接続をしようとしました。 自分のPCにAWS VPN Clientをダウンロードして.ovpnファイルを開けても、通信は開始しますが、TLSハンドシェイクエラーが出てしまい、つながりません。

そもそものVPNの作成の仕方が良くなかったのでしょうか? よろしくお願いいたします。

asked a year ago2269 views
1 Answer
0

TLSハンドシェイクエラーが発生したときのトラブルシューティング方法です。
証明書周りやファイアウォール周りの設定を見直すのがよいかと思います。
https://docs.aws.amazon.com/ja_jp/vpn/latest/clientvpn-user/common-troubleshooting.html

特に設定ファイルに鍵ファイルの内容を入れるときに間違っているとエラーになります。
以下のようにファイルのパスと名前を設定することも可能なのでこちらでやってみてもよいかもしれません。
https://docs.aws.amazon.com/ja_jp/vpn/latest/clientvpn-admin/cvpn-working-endpoint-export.html#add-config-file-cert-key

cert /path/client1.domain.tld.crt
key /path/client1.domain.tld.key
profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions