Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 352 Bytes

クライアント証明書テスト

Dockerコンテナ内で、Golangのhttp.Getを使用したSSL通信を行うとx509: certificate signed by unknown authorityエラーが発生する。

Dockerビルド

  • Go

    docker build -t sample .
  • Python

    docker build -t sample -f Dockerfile.python .