Hello everyone,
I’m using rancher on dev environment with rke but browser cannot able to access UI because returning some errors about HSTS.
I have HSTS on nginx-ingress controllers but error still same so how can I fix that ?
nginx-configmap:
hsts: "false"
hsts-include-subdomains: "false"
hsts-max-age: "0"
hsts-preload: "false"
Thank you