Hy all,
We have a application that works fine in tomcat 5.5.9 with ssl support. We
build some reports to work with pdf itext 1.2.1. It is working nice while we
use the 8080 port or the 80 port, but it's not working when using ssl. The
error is:
javax.net.ssl.SSLHandshakeException:
sun.secur
From: Luis Velando
> Hi I'm running an Internet Application using SSL, when I try to get the
> PDF file I'm getting the following error.
> This page contains both secure and nonsecure items.
> If I run the application without SSL there is no problem.
> Can you help me solve this problem.
Maybe. T
Hi I'm running an Internet Application using SSL,
when I try to get the PDF file I'm getting the following error.
This page contains both secure and nonsecure
items.
If I run the application without SSL there is no
problem.
Can you help meĀ solve this
problem.
Thank You
Luis Velando
Quoting Lucian Sasu <[EMAIL PROTECTED]>:
> Thanks for your replay.
>
> Currently I'm reading the sun jsse doc. Wasn't jsse helpful for obtaining
> images over SSL?
Could be, I used JSSE to achieve RMI over SSL.
See http://www.lowagie.com/techtips/
But I think the problem remains if the https pro
Quoting Lucian Sasu <[EMAIL PROTECTED]>:
> As far as I know, in java 1.3.1, the URL class can't work with https
> protocol (but with http). Is there a work-around to solve the problem?
We had the same problem with ldaps ('not a known LDAP protocol'
in JDKs < 1.4.2) and we solved it with stunnel.
Hi,
I have a problem: I use Bea Weblogic Server 6.1 (which comes with jdk
1.3.1). The site is accesed through a secured IPlanet server (SSL-enabled,
accesed with https://...). When trying to obtain an image with
Image.getInstance(new URL(imgPath)) (in order to create PDF document with
itext librar