This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HI Everyone | |
I am implementing Jest client for Amazon client client connection.But iam getting this following error: | |
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/ssl/SSLContexts | |
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.getSocketFactory(SSLConnectionSocketFactory.java:172) | |
at io.searchbox.client.config.HttpClientConfig$Builder.build(HttpClientConfig.java:247) | |
at com.ktree.amazon.esclient.ConnectToAmazon.main(ConnectToAmazon.java:14) | |
Caused by: java.lang.ClassNotFoundException: org.apache.http.ssl.SSLContexts | |
But when i R&D on this i had come to know that |