cancel
Showing results for 
Search instead for 
Did you mean: 

Using HttpsURLConnection Error - from Web Dynpro

Former Member
0 Kudos

I have this case where I need to connect to a https site using SSL api.

I'd created a java class to connect to the https site using the normal "javax.net.ssl" package provided by J2SE api. And this work successfully.

However, there will be a problem if i trigger an action from the view to call for this java class, there will be an error.

One thing which i found weird is :

1.) If i use the normal java class to connect to the https site, it uses this connection protocol :

sun.net.www.protocol.https.DelegateHttpsURLConnection:https://server/test/test1.jsp (Works successfully)

But

If I call this java class from a view, it uses this connection protocol :

iaik.protocol.https.HttpsURLConnection:https://server:443/test/test1.jsp (Unable to work)

How am i to make the web dynpro to use this "javax.net.ssl" api? I tried removing two of these library file :

iaik_jsse.jar

iaik_ssl.jar

but the error still occurs.

Does anyone have any idea how to solve this problem? Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi jo lum

did you solve the problem? I am facing the same. Maybe you can give me a hint.

Thank you in advance

Martin