The problem is very clear . The FOP transformation fails when the
fo:external-graphics tag has a source to an image which is in secured
site(ex: "https://..../someimage.jpg";.  ) . Please let me know if you have
any ideas for this.
Thanks
Rohit


                                                                                
                                                      
                      "J.Pietschmann"                                           
                                                      
                      <[EMAIL PROTECTED]         To:      [EMAIL PROTECTED]     
                                                  
                      de>                      cc:                              
                                                      
                                               Subject: Re: Images and https    
                                                      
                      03/07/2005 03:14                                          
                                                      
                      PM                                                        
                                                      
                      Please respond                                            
                                                      
                      to fop-user                                               
                                                      
                                                                                
                                                      
                                                                                
                                                      



[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]







-----------------------------------------
The contents of this email are the property of PNC. If it was not addressed
to you, you have no legal right to read it. If you think you received it in
error, please notify the sender. Do not forward or copy without permission
of the sender.


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

Reply via email to