Error accessing a Web Service with SSL

后端 未结 7 875
借酒劲吻你
借酒劲吻你 2020-12-29 09:59

I have a program that is supposed to send a file to a web service, which requires an SSL connection. I run the program as follows:

SET JAVA_HOME=C:\\Program         


        
7条回答
  •  被撕碎了的回忆
    2020-12-29 10:35

    I had a similar issue when my Batch application was trying to fetch data from Restful web service using Apache wink. I was using MyEclipse as my dev environment. And was using the jre provided by IBM webSphere 8.5. When I changed to Sun 1.6 jre, the issue got resolved.

提交回复
热议问题