cancel
Showing results for 
Search instead for 
Did you mean: 

java proxy which needs to access an URL in https

Former Member
0 Kudos

Hi

I have a java proxy and it needs to connect to a webservice through https protocol but it couldnt get through some how, it says in the logs

Attempting to create outgoing ssl connection without trusted certificates

btw that java proxy reads all the certificated from a jks file, I think I need to import some certificated to J2ee engine but I tried all the certs in that jks file but there is no solution yet..

Hikmet

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Do you mean, I have to create a new HTTP connection and put the URL which I want to access and put in the ticket to that destination..

Hikmet

Former Member
0 Kudos

hi,

after you import the certificates, you will have to mention the destination as well. In the destination you can speficy the View it is accessing and then specify the certificate to access. This way it will get picked up.