Coder Social home page Coder Social logo

Proxy about visualstudio HOT 8 CLOSED

github avatar github commented on May 24, 2024
Proxy

from visualstudio.

Comments (8)

raffaeler avatar raffaeler commented on May 24, 2024 1

Same here.
Proxy navigation to GitHub works.
Connection to GitHub via Visual Studio fails.
With Fiddler I could see the proxy refusing the connection.

Authenticated proxies are a nightmare ...

(Visual Studio 2015 Update 2)

from visualstudio.

shana avatar shana commented on May 24, 2024

Hi @Qandil

Things should work with a proxy. Are you using your password, or are you using a personal token as the password?

from visualstudio.

Qandil avatar Qandil commented on May 24, 2024

Hi @shana

Am using my password, shall i try using a peronal token.

Form fiddler it shows: Proxy Authentication Required.

Regards,

from visualstudio.

shana avatar shana commented on May 24, 2024

@Qandil What type of proxy is it? When you use a web browser, what configuration do you have to do to access the internet and github?

from visualstudio.

Qandil avatar Qandil commented on May 24, 2024

@shana am not sure what type it is but it does recognize the logged in user's account connected to AD and the proxy itself is configured from internet via IE.

from visualstudio.

RuguKi avatar RuguKi commented on May 24, 2024

If you install git ( https://git-scm.com/downloads ) you can set the proxy:

git config --global http.proxy http://userName:[email protected]:Port

i.e.

git config --global http.proxy http://uteist:v3ryS3cr3tPassw0rd@myproxy:8080

You can get access github through the proxy.
Mine didn't work because of intermediary (self-signed) certificate but yours might.

Another workaround could be switching network connection and turning off proxy in your PC settings for a while. If company group policies allow that ofc. I currently have to do it like this.

from visualstudio.

raffaeler avatar raffaeler commented on May 24, 2024

afaik the config store the credentials in clear text therefore this is solution can only be used as a temporary hack.
The UI must provide a way to store them securely (DPAPI) and invoke the command line appropriately every time.

from visualstudio.

meaghanlewis avatar meaghanlewis commented on May 24, 2024

Closing out this issue now. If anyone is still having proxy issues please re-open and let us know.

from visualstudio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.