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
I would like to install vscode behind a reverse proxy (haproxy). I want to set up a basic auth on haproxy. But vscode doesn't seem to pass credentials trough websockets so, haproxy block connections (with an HTTP 401 response).
If I disable basic_auth mecanism, vscode works ! that's a good point right ? :-)
I finally followed this link to set up Nginx properly behind haproxy but it doesn't work either, same naughty HTTP 401 response...
Hi,
I would like to install vscode behind a reverse proxy (haproxy). I want to set up a basic auth on haproxy. But vscode doesn't seem to pass credentials trough websockets so, haproxy block connections (with an HTTP 401 response).
If I disable basic_auth mecanism, vscode works ! that's a good point right ? :-)
I finally followed this link to set up Nginx properly behind haproxy but it doesn't work either, same naughty HTTP 401 response...
Nginx configuration
Nginx logs
#80 : same problem but the first answer was to remove the basic auth :-(
Logs from my browser, if it can help...
safari
Any ideas ?
Cheers
The text was updated successfully, but these errors were encountered: