Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

0.7.2 Cannot Connect from Behind Proxy Windows 7 #1895

Closed
EarthCitizen opened this issue Apr 29, 2015 · 5 comments
Closed

0.7.2 Cannot Connect from Behind Proxy Windows 7 #1895

EarthCitizen opened this issue Apr 29, 2015 · 5 comments

Comments

@EarthCitizen
Copy link

I am behind a corporate proxy, and I have specified the http_proxy and https_proxy environemt variables, but LightTable gives this error:

Apr 29, 2015 8:35:11 AM org.apache.http.client.protocol.RequestAuthenticationBase process
WARNING: NEGOTIATE authentication error: Invalid name provided (Mechanism level: Could not load configuration file C:\Windows\krb5.ini (The system cannot find the file specified))
Apr 29, 2015 8:35:11 AM org.apache.http.client.protocol.RequestAuthenticationBase process
WARNING: NTLM authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials
Apr 29, 2015 8:35:12 AM org.apache.http.client.protocol.RequestAuthenticationBase process
WARNING: NEGOTIATE authentication error: Invalid name provided (Mechanism level: Could not load configuration file C:\Windows\krb5.ini (The system cannot find the file specified))
Apr 29, 2015 8:35:12 AM org.apache.http.client.protocol.RequestAuthenticationBase process
WARNING: NTLM authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials
Apr 29, 2015 8:35:12 AM org.apache.http.client.protocol.RequestAuthenticationBase process
WARNING: NEGOTIATE authentication error: Invalid name provided (Mechanism l

Here is what I have set up in my bat file:

set http_proxy=http://<my_username>:<my_password>@<my_hostname>:<my_port>
set https_proxy=http://<my_username>:<my_password>@<my_hostname>:<my_port>

LightTable.exe
@kenny-evitt
Copy link
Contributor

@EarthCitizen Any chance you could help test implementing or fixing proxy support? See #1984 for the latest issue covering this.

@EarthCitizen
Copy link
Author

@kenny-evitt Yes, sure! I am behind an NTML proxy which is exactly what you need to test. I am more than happy to help.

@EarthCitizen
Copy link
Author

Also see my comment in #1984

@kenny-evitt
Copy link
Contributor

@EarthCitizen Great!

@sbauer322
Copy link
Contributor

Closing this issue in favor of #1984, which covers the same problem.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants