Re: Images and https

2005-03-08 Thread Chris Bowditch
[EMAIL PROTECTED] wrote:
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.
Joerg has already stated his ideas. This is a problem with the configuration 
of HTTPS in Java. I dont know anything about configuring HTTPS for Java, as 
this is the FOP user list. Post your error on a Java/HTTPS forum.

Chris

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


Re: Images and https

2005-03-07 Thread J.Pietschmann
[EMAIL PROTECTED] wrote:
I have a problem in retrieving images in FOP through https.Has anyone
encountered this ? We are using WAS 5.1 and FOP 0.2.05.
What problem do you actually have? There are lots of
things which can go wrong with HTTPS.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Images and https

2005-03-07 Thread rohit . rastogi


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)

Regards
Rohit




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

  

  



[EMAIL PROTECTED] wrote:
 I have a problem in retrieving images in FOP through https.Has anyone
 encountered this ? We are using WAS 5.1 and FOP 0.2.05.

What problem do you actually have? There are lots of
things which can go wrong with HTTPS.

J.Pietschmann

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







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



Re: Images and https

2005-03-07 Thread J.Pietschmann
[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]


Re: Images and https

2005-03-07 Thread rohit . rastogi

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]



Images and https

2005-03-04 Thread rohit . rastogi
Hi,
I have a problem in retrieving images in FOP through https.Has anyone
encountered this ? We are using WAS 5.1 and FOP 0.2.05.

Thanks
Rohit



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