Skip to main content
Version: v2.x

Insecure TLS Allow List

Introduction

Transport Layer Security (TLS) is the successor to and improved protocol of SSL. It works in much the same way as SSL, using encryption to protect the transfer of data and information and secure HTTP traffic.

The TLS Allow List represents a set of services in Hasura GraphQL Engine that are permitted to use self-signed CA certificates - primarily intended for use in development and staging environments. These services can be whitelisted by a host domain, and optionally a (service id) port.

Add and remove hosts from the TLS allow list

To add a host to the insecure TLS allow list in the Console go to the Settings tab (⚙) tab and click on Insecure TLS Allow List in the left sidebar. Click on Add Domain and enter the host domain and port (if applicable). Click on Add to Allow List to add the host to the allow list.

Add a host to the TLS allow list

To remove the host, click the Delete button.