diff --git a/src/content/docs/aws/capabilities/networking/https-tls-support.mdx b/src/content/docs/aws/capabilities/networking/https-tls-support.mdx index bededcbc..568bda07 100644 --- a/src/content/docs/aws/capabilities/networking/https-tls-support.mdx +++ b/src/content/docs/aws/capabilities/networking/https-tls-support.mdx @@ -15,6 +15,8 @@ https://s3.us-east-1.localhost.localstack.cloud:4566 ``` These certificates enable proper hostname validation for supported AWS regions when using HTTPS with SDKs, the AWS CLI, browsers, and other tools. +If LocalStack runs behind a corporate proxy that interferes with fetching the public certificate, you can set [`SSL_NO_VERIFY=1`](/aws/capabilities/config/configuration#miscellaneous) to disable TLS verification when downloading the certificate from `localhost.localstack.cloud`. + ### Supported Regions Due to certificate authority and infrastructure limitations, TLS certificates are currently only issued for a subset of AWS regions. If you attempt to use an unsupported region, you may encounter TLS errors such as: