diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index c9114ea10e662f34d2f4d2588c5566bff36e8c1e..44b598aa2acdc98c967c7cfdb27867aa6871a41b 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -33,6 +33,7 @@ server {
         proxy_pass              https://auth.staging.graphpolaris.com/outpost.goauthentik.io;
         # ensure the host of this vserver matches your external URL you've configured
         # in authentik
+        proxy_ssl_server_name   on;
         proxy_set_header        Host $host;
         proxy_set_header        X-Original-URL $scheme://$http_host$request_uri;
         add_header              Set-Cookie $auth_cookie;