From 4c2823c48056de975c076fe85f2d623d452926b5 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Thu, 17 Jul 2025 00:09:56 +0400 Subject: [PATCH] Update login.mdx --- docs/api-reference/endpoints/tls-cert-auth/login.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api-reference/endpoints/tls-cert-auth/login.mdx b/docs/api-reference/endpoints/tls-cert-auth/login.mdx index 0069ef1b73..55ccd9f934 100644 --- a/docs/api-reference/endpoints/tls-cert-auth/login.mdx +++ b/docs/api-reference/endpoints/tls-cert-auth/login.mdx @@ -2,3 +2,8 @@ title: "Login" openapi: "POST /api/v1/auth/tls-cert-auth/login" --- + + + Infisical US/EU and dedicated instances are deployed with AWS ALB. TLS Certificate Auth must flow through our ALB mTLS pass-through in order to authenticate. + When you are authenticating with TLS Certificate Auth, you must use the port `8433` instead of the default `443`. Example: `https://app.infisical.com:8433/api/v1/auth/tls-cert-auth/login` + \ No newline at end of file