You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Guenter Bertels <gb...@innovationgate.de> on 2006/04/19 09:39:53 UTC

fo:external with SSL

if i use fo:external over the "https protocol an there is no trusted 
certificate or the domain doesn't match the domain in the certificate, 
the image will not be shown.

i think the reason for this is that that fop have to accept the certificate.

is there a solution to do this automatically



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: fo:external with SSL

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Either you have to add the certificate to Java's trust store or you have
to install your own trust manager: http://javaalmanac.com/egs/javax.net.ssl/TrustAll.html

Note: This has nothing to do with FOP per se but with the infrastructure
Java makes available.

On 19.04.2006 09:39:53 Guenter Bertels wrote:
> if i use fo:external over the "https protocol an there is no trusted 
> certificate or the domain doesn't match the domain in the certificate, 
> the image will not be shown.
> 
> i think the reason for this is that that fop have to accept the certificate.
> 
> is there a solution to do this automatically


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org