Git Product home page Git Product logo

Comments (7)

dlenski avatar dlenski commented on September 7, 2024

Seems extremely unlikely that the size of the certs has anything to do with this.

More likely, something is different about the new certs, such as being signed by a different CA which your system doesn't trust.

Can you show a more detailed error output?

from gp-saml-gui.

hwaterer avatar hwaterer commented on September 7, 2024

gp-saml-gui: error: SSL certificate error (try --no-verify to ignore): [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)

from gp-saml-gui.

dlenski avatar dlenski commented on September 7, 2024

Yes, this means that the cert's issuer is untrusted. Presumably the root/CA has changed from the new one to the old one.

Did you try --no-verify to just ignore it? (Which is insecure)

from gp-saml-gui.

hwaterer avatar hwaterer commented on September 7, 2024

They don't seem to think that there's a problem with the certificates, but I'll keep trying.

Yes, I can get everything to work using the --no-verify option.

Thanks.

from gp-saml-gui.

dlenski avatar dlenski commented on September 7, 2024

They don't seem to think that there's a problem with the certificates, but I'll keep trying.

It's not a "problem" with the certificates per se; it's (likely) a problem with your system not having the root certificates to verify them.

Without knowing any details of the specific certs (or the OS you're using, etc) it's basically impossible for me to speculate. Use https://crt.sh/?q=YOUR.DOMAIN.NAME for an online analyzer, or https://www.ssllabs.com/ssltest/analyze.html?d=YOUR.DOMAIN.NAME for a more extensive one, or certtool -i < your_cert_file for an offline tool.

from gp-saml-gui.

hwaterer avatar hwaterer commented on September 7, 2024

Ha! Thank you!

https://crt.sh/?q=YOUR.DOMAIN.NAME reports "Certificates: None found"
https://www.ssllabs.com/ssltest/analyze.html?d=YOUR.DOMAIN.NAME reports "This server's certificate chain is incomplete."

I'll send this information to the powers that be.

from gp-saml-gui.

hwaterer avatar hwaterer commented on September 7, 2024

Ha! Thank you!

https://crt.sh/?q=YOUR.DOMAIN.NAME reports "Certificates: None found"
https://www.ssllabs.com/ssltest/analyze.html?d=YOUR.DOMAIN.NAME reports "This server's certificate chain is incomplete."

I sent this to the powers that be and they fixed the issue. Thanks again.

from gp-saml-gui.

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.