If you are using OKHttp to make request to a server that used Let’s Encrypt certificate then you might get following exception. One way to avoid this error is by using JDK 1.8.0_101. This will make your code run fine. If upgrading is not an option, then you can try to add certificates to keystore […]
