I would like to do the vcenter behind a proxy in the network. we use Nginx proxy manager. I configured the vcenter server in nginx with the advanced configuration
sub_filter "VCENTER-FQDN" "EXTERNAL-FQDN";
proxy_set_header Host VCENTER-FQDN;
proxy_set_header X-Real-IP $remote_addr;
proxy_ssl_verify off;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_buffering off;
client_max_body_size 0;
proxy_read_timeout 36000s;
proxy_ssl_session_reuse on;
proxy_redirect https://VCENTER-FQDN/ https://EXTERNAL-FQDN/;
the proxy is in a different vlan but has access to VCenter
does anyone know what the problem could be
I configured the vcenter server like here https://kb.vmware.com/s/article/71387