Giter Club home page Giter Club logo

Comments (5)

yacaovsnc avatar yacaovsnc commented on May 18, 2024

Thanks @jtidmus for reporting this issue. Do you have a proxy in place and does that proxy server requires authentication?

from azure-devops-intellij.

jtidmus avatar jtidmus commented on May 18, 2024

@yacaovsnc No proxy but it looks like the ADFS uses a self-signed SSL certificate for internal users. Presumably, JavaFX cannot render this page causing the shown handshake failure. Does this seem like the likely explanation?

from azure-devops-intellij.

yacaovsnc avatar yacaovsnc commented on May 18, 2024

@jtidmus Yes, that does make sense -- Java by default can't establish secure connection with self-signed certs. We need to instruct Java to trust the self signed cert either by import it to the default trust store, or create a new trust store and direct IntelliJ to use that.

I am a little bit confused, if you are connecting to VSTS, I thought the site should be protected by our cert? Are you connecting to a ****.visualstudio.com account or an on prem TFS instance?

Thanks!

from azure-devops-intellij.

jtidmus avatar jtidmus commented on May 18, 2024

@yacaovsnc I can confirm that the workaround for the self-signed ADFS SSL certificate was to install the certificate chain into the JVM running IntelliJ. Then when attempting to access VSTS account at *****.visualstudio.com the plugin is redirected to the corporate ADFS signin page at adfs.*****.com. The corporate self-signed certificate is accepted by the JavaFX renderer and the authentication completes successfully allowing the plugin to access the repos.

Thanks for your help.

from azure-devops-intellij.

yacaovsnc avatar yacaovsnc commented on May 18, 2024

@jtidmus Glad you have found the workaround. Thanks!

from azure-devops-intellij.

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.