Re: Streaming PDF over HTTPS

2006-08-01 Thread Christopher Schultz
Francesco, > These work fine over http, but Tomcat gives me the > following message if I run the application over https > > sun.security.validator.ValidatorException: No trusted certificate found This usually indicates that Java is trying to make an HTTPS connection to a server that does not hav

Streaming PDF over HTTPS

2006-08-01 Thread Francesco Marelli
Hi all, I have setup the standard 8443 ssl connector in Tomcat after creating my own certificate and everything works fine... My application has a few servlets that generate dynamic pdf files using the iText classes library. These work fine over http, but Tomcat gives me the following message if