Hi All,
From our application we are making connection to a bank site with the API provided by them . For some reason in one of server we are getting error message
java.lang.Class CastException: sun.net.www.pro tocol.https.Htt psURLConnection Impl cannot be cast to com.sun.net.ssl .HttpsURLConnec tion*
any one has idea why we are getting this exception .
From our application we are making connection to a bank site with the API provided by them . For some reason in one of server we are getting error message
java.lang.Class CastException: sun.net.www.pro tocol.https.Htt psURLConnection Impl cannot be cast to com.sun.net.ssl .HttpsURLConnec tion*
any one has idea why we are getting this exception .
Comment