i also want to know how to ignore SSL certificate errors in Apache HttpClient 4.0 ,so i read this post:How to ignore SSL certificate errors in Apache HttpClient 4.0 and do as it say.
but i got an error in intellij idea in this statement:
SSLContext sslContext = SSLContext.getInstance("SSL");
Unhandle exception:java.security.NoSuchAlgorithmException.
i also tried "TLS" but useless.
Please does anybody know how to solve this issue?