LoginSignup
3
1

More than 5 years have passed since last update.

DockerでのTLSV1エラー

Posted at

今回躓いたので、メモ書きとして残しています。

仕事で使っていたDockerが動かなくなってしまった(変なものを消したようで、再起動等しても駄目だった…)ので、再度インストールし直すことに。

念の為、VirtualBoxも入れ直してDockerをインストール。
仕事用の環境を作ろうとして、
docker-compose up
したら
[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version
でエラーになりました。

Google先生に聞いたところ
GitHubのTLSv1廃止されて使えなくなったらしい。

バージョンを変えれば動くという
export COMPOSE_TLS_VERSION=TLSv1_2

上記のコマンド実行して再度
docker-compose up
したら見事、環境構築成功しました。

3
1
0

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
3
1