| Thread | Last Post | Replies |
|
| javax.net.ssl.SSLHandshakeException | 11 Mar 2005 10:29 GMT | 2 |
While trying to parse a https website, I get the following error message: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: Violated path length constraints Could anybody tell me what this exactly means?
|
| Missing jcert, jnet jars in Java 1.4.2 | 08 Mar 2005 10:20 GMT | 1 |
I just installed JSDK 1.4.2 anew, to be sure; but I still don't see any of these jars anywhere (only have jsse.jar) Are they no longer needed? I'm asking because I have an HTTPS failure right now in a signed applet and I'm wondering if my install is OK.
|
| Applet and Image parameter | 04 Mar 2005 18:40 GMT | 1 |
Hi, I am using an applet, which takes in certain parameters, one of which is an image. For those who are aware, the applet in question is open-source ptviewer applet, which is used to display panoramas based upon a 360 degree image.
|
| CA certs for tomcat running in JBoss | 03 Mar 2005 11:43 GMT | 5 |
I am having trouble getting my godaddy certificate to load correctly in my JBoss 3.2.5 / Tomcat 5 environment. I have a "home grown" cert in it's accompanying keystore and that works fine (but of course I get the "accept" dialog, which is exactly what i am trying to get rid of). I ...
|
| PKCS#7 | 02 Mar 2005 08:43 GMT | 1 |
Can somebody help me? I need to encrypt XML data in PKCS#7 format (version 1.5) with .pk7 or another certificate. I want to use java but i m truly newbie. PKCS7 must include signed data and certificate of signer,type of object is "signedData". After encoding data i want to send it ...
|