[iText-questions] SSL Problem with pdf

2005-05-09 Thread otaviofcs
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

Re: [iText-questions] SSL

2004-11-02 Thread Wendy Smoak
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

[iText-questions] SSL

2004-11-02 Thread 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. Thank You Luis Velando

Re: [iText-questions] SSL+itext

2004-07-09 Thread Bruno
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

Re: [iText-questions] SSL+itext

2004-07-08 Thread Bruno
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.

[iText-questions] SSL+itext

2004-07-08 Thread Lucian Sasu
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