Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy using https to communicate

Former Member
0 Kudos

Hello,

i have a few questions about proxy and https communication.

I have implemented a proxy which replicates data via internet to webservice... It works fine with http, but now we wont to communicate via https... and i got this error:

java.rmi.RemoteException: Service call exception; nested exception is:

com.sap.exception.io.SAPIOException: <Localization failed: ResourceBundle='com.sap.exception.io.IOResourceBundle', ID='Could not create SSL socket:java.io.IOException Proxy responded: HTTP/1.0 403 Forbidden', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Could not create SSL socket:java.io.IOException Proxy responded: HTTP/1.0 403 Forbidden

So I have added the certificate in the visual admin -> key storage and then in web services secutiry, by "Accept certificates in key storage" i selected this view....

But this did not help... I hope somebody know the solution to my problem

Thanks

1 REPLY 1

Former Member
0 Kudos

hi, i think you have to add certificate to java on machine from you call web service. example: i want to call https webservice on remote server from my computer. i must add certificate to java installed on my computer...