About 141,000 results
Open links in new tab
  1. java - create an SSLContext instance using a Bouncy Castle provider ...

    Exception in thread "main" java.lang.RuntimeException: java.security.NoSuchAlgorithmException: no such algorithm: SSL for provider BC at …

  2. java - "PKIX path building failed" and "unable to find valid ...

    Jan 12, 2014 · 3) Run InstallCert.java using java InstallCert.java, with the hostname and https port, and press “1” when asking for input. It will add the “localhost” as a trusted keystore, and generate a file …

  3. How to solve javax.net.ssl.SSLHandshakeException Error?

    Mar 16, 2017 · javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException ...

  4. java - How to ignore PKIX path building failed: sun.security.provider ...

    How to ignore PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException? Asked 13 years ago Modified 4 years, 9 months ago Viewed 543k times

  5. ssl - Java: sun.security.provider.certpath.SunCertPathBuilderException ...

    Aug 2, 2011 · Make sure to replace example.com and 443 with the actual hostname and port you're trying to connect to, and give a custom alias. The first command downloads the provided certificate …

  6. Java 11 internal ssl security provider compilation failure

    May 12, 2020 · I'm migrating an old Java (Maven) project to Java 11. I've changed the pom.xml to support Java 11 (maven compiler plugin with <release>11<release>) and executed mvn clean …

  7. Java and SSL - java.security.NoSuchAlgorithmException

    I've built a Java program as a front end for a database on a server, and I'm trying to use SSL to encrypt traffic between clients and the server. Here is the command I issued to create the server

  8. java - Resolving javax.net.ssl.SSLHandshakeException: sun.security ...

    Mar 8, 2012 · javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid …

  9. Java client certificates over HTTPS/SSL - Stack Overflow

    May 18, 2009 · Java client certificates over HTTPS/SSL Asked 16 years, 7 months ago Modified 3 months ago Viewed 478k times

  10. Java 11 SSL exception: unable to find valid certification path to ...

    During an attempt to upgrade one of my applications from java 8 to java 11, I run into a weird SSL exception about "unable to find valid certification" the provisioning of this application overwri...