[EMAIL PROTECTED] wrote:

This is what I get when I try to connect .I am trying to pull an image from a secure site using fo:external-graphics tag. We have an Apache Web server infront of an IBM Websphere App server. The call for image is made by the App server during the conversion of XML to FOP .

 javax.net.ssl.SSLHandshakeException: unknown certificate
      at com.ibm.jsse.bg.a(Unknown Source)
      at com.ibm.jsse.bg.startHandshake(Unknown Source)
      at com.ibm.net.ssl.www.protocol.https.b.n(Unknown Source)
      at com.ibm.net.ssl.www.protocol.https.p.connect(Unknown Source)
      at com.ibm.net.ssl.www.protocol.https.r.connect(Unknown Source)
      at TestHttpsServlet.main(TestHttpsServlet.java:68)

The error message already describes the problem: there is an unknown certificate in use. This most likely means the code in question ins't configured to find an appropriate trusted certificate for the root CA. Unfortunately, your problem description is still quite vague, it isn't clear whether this is a problem with the "secure site" or some client side code, or whether the "secure site" is actually under your control. Anyway, configuring HTTPS handling in Java ins't exactly the topic of this mailing list. I suggest isolating the problem (minimal Java code and processing setup, preferably *not* in an app server), and ask again in an appropriate Java forum.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to