You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our HTTP/HTTPS proxy requires client authentication using Windows domain user authentication, which is smart-card based 2FA. Since it's not a plain username and password, it's not clear how to specify it with Terraform. The proxy itself is reachable when configured as environmental variable HTTPS_PROXY, but it returns "Proxy Authentication Required" when attempting to init, and HTTPS_USER/HTTPS_PASSWORD doesn't help. So the question is rather how to authenticate in such conditions.
Thanks in advance for your response
The text was updated successfully, but these errors were encountered:
Our HTTP/HTTPS proxy requires client authentication using Windows domain user authentication, which is smart-card based 2FA. Since it's not a plain username and password, it's not clear how to specify it with Terraform. The proxy itself is reachable when configured as environmental variable HTTPS_PROXY, but it returns "Proxy Authentication Required" when attempting to init, and HTTPS_USER/HTTPS_PASSWORD doesn't help. So the question is rather how to authenticate in such conditions.
Thanks in advance for your response
The text was updated successfully, but these errors were encountered: