TLSハンドシェイク - CI/CD用語集の定義
TLSハンドシェイク: TLSハンドシェイクは、HTTPS接続の開始時に行われるネゴシエーションで、クライアントとサーバーがプロトコルバージョンと暗号方式について合意し、暗号化を確立するために鍵を交換します。
TLSハンドシェイクは、HTTPS接続の開始時に行われるネゴシエーションで、クライアントとサーバーがプロトコルバージョンと暗号方式について合意し、暗号化を確立するために鍵を交換します。
ハンドシェイクは、セキュアな接続のセットアップフェーズです。証明書を介してサーバーを認証し、セッションの残りで使用される鍵を確立します。
CIにおいて
SSL certificate problem: unable to get local issuer certificateエラーは、runnerがサーバーの証明書チェーンを信頼していないためにハンドシェイクが失敗したことを意味し、多くの場合CA bundleの欠落が原因です。
関連ガイド
Mutual TLS - CI/CD Glossary DefinitionMutual TLS: Mutual TLS (mTLS) is TLS where both the client and the server present certificates and verify eac…
DNS Resolution - CI/CD Glossary DefinitionDNS Resolution: DNS resolution is the process of translating a hostname into an IP address so a client can op…
HMAC Signature - CI/CD Glossary DefinitionHMAC Signature: An HMAC signature is a keyed hash of a message computed with a shared secret; recomputing it…