About 4,200,000 results
Open links in new tab
  1. java - Android Studio HTTPS and SSL Certificate - Stack Overflow

    Sep 21, 2016 · An application-supplied SSLSocketFactory created from an SSLContext can provide a custom X509TrustManager for verifying certificate chains and a custom …

  2. java - How do I update the SSL cert in my android apps? - Stack Overflow

    Jun 13, 2014 · You can following the instructions from a post I created here: https://stackoverflow.com/a/24007536/276949 to generate a new .bks file from your certificate. …

  3. Android Studio: Server's certificate is not trusted

    Oct 4, 2014 · An alternative solution is to set up Android Studio to use a custom JDK using on your machine which has the CA certificate installed, using the menu in File -> Project Structure …

  4. Solve the Certificate error in Android Studio

    Mar 18, 2021 · To solve this problem you have to go through a series of steps. First find the keytool file. You can search for it, but you can usually find it in the following path: C:\Program...

  5. Adding SSL Certificates into your Android App with Retrofit

    Apr 16, 2020 · We only need to follow these simple steps: Add our file into our project as a raw resource. 2. Create a method that returns an OkHttpClient. 3. Create a KeyStore containing …

  6. Android SSL Certificate pinning with retrofit - Medium

    Sep 10, 2023 · Replace “sha256/your_certificate_hash” with the actual hash of your server’s SSL certificate. You can calculate this hash using tools like OpenSSL or online certificate pinning …

  7. How to Resolve javax.net.ssl.SSLHandshakeException: …

    Learn how to fix javax.net.ssl.SSLHandshakeException: Unacceptable certificate in Android Studio with step-by-step troubleshooting and solutions.

  8. Handling custom SSL Certificates on Android and fixing ...

    Mar 9, 2018 · There are 3 solutions to this: Either fix server ssl certificates: have officially signed certificates and intermediate certificates in the entire certificate chain. In which case you’re...

  9. Accept Self-Signed Certificates in Android Studio Java Code

    Jun 1, 2017 · If your minSdkVersion is 24 or higher, or if you only need to be doing this testing on such devices, you can configure your self-signed certificate via network security configuration.

  10. Adding certificates to the Java cacerts (or fixing PKIX path issue)

    Replace the first occurence of mycert with a unique name (key) for your certificate and then obviously the mycert.cer is replaced with the name of the certificate file you saved.

Refresh