<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
OAG: AWS Firewall Domain AllowList
Access Gateway
Okta Classic Engine
Okta Identity Engine
Overview

The Okta Access Gateway (OAG) appliance does not send the SNI field in the client hello packet by default when trying to establish the TLS connection.

Applies To
  • Okta Access Gateway (OAG)
Cause

According to the AWS documentation:

  •  "For HTTPS traffic, Network Firewall uses the Server Name Indication (SNI) extension in the TLS handshake to determine the hostname, or domain name, that the client is trying to connect to."

The directives needed to add this option are enabled by default.

Solution

Under the root application policy, add the below:

proxy_ssl_name $host;
proxy_ssl_server_name on;

 

Related References

Loading
OAG: AWS Firewall Domain AllowList