| Thread | Last Post | Replies |
|
| Import client certificate | 29 Jul 2005 21:18 GMT | 1 |
I created my CA certficate and a client certificate using OpenSSL (file pem) Then I imported the CA certificate in my java program with CertificateFactory.generateCertificate() method.
|
| 1.3.1 JCE timed out? | 28 Jul 2005 14:58 GMT | 3 |
At about 6:00 EDT, the JCE in 1.3.1 stopped working on all anvironments with a variety of messages. Has anyone seen this yet, or have any clues what happened? When we turn the clock back, it works.
|
| what connector to make apache sending crt to tomcat? | 25 Jul 2005 17:54 GMT | 2 |
i'm trying to get certificate info from a servlet, running in a tomcat back of an apache web server. what connector should i use? jk2? reverse proxy? warp?
|
| Plz !! authenticate microsoft windows active directory users using java program | 23 Jul 2005 09:38 GMT | 1 |
can any one plz help me in getting info regarding how to authenticate microsoft windows active directory users using java program ! any links regarding this,any sample code etc
|
| Applet accessing local files ! | 22 Jul 2005 08:14 GMT | 4 |
I want to access local files on drive using applet. I don't want to get digitally signed applet.Is there any other solution tell me. Using native method concept can provide the solution for my question?
|
| Moving certificates from Apache to Tomcat | 19 Jul 2005 13:17 GMT | 1 |
Apologies in advance if this is the wrong group to post this question to. If another group is more appropriate, please let me know which one. We are currently running a version of Tomcat that runs under Apache and have SSL enabled. An offsite consultant is migrating the ...
|
| Interop. problem with OpenSSL? | 18 Jul 2005 12:44 GMT | 2 |
We have a JNI wrapper around OpenSSL that we are using to successfully do des_ede_ecb encryption/decryption of some text data. However, if I try to take data encrypted with JCE ("DESEDE/ECB/PKCS5Padding"), and decrypt it with the SSL layer, or tak data encrypted with the SSL ...
|
| simple question about certificate chains | 18 Jul 2005 00:54 GMT | 14 |
Hi! I'm getting into all the ssl stuff, but now I have a question about certification chaining. I don't really understand why this would be save. Assume I get a signed cert from lets say VeriSign (or even was somehow able to steal one with
|
| Verifying signed jars | 14 Jul 2005 00:50 GMT | 7 |
Has anyone verified signed jars programmatically? I need to do this for a secure app I'm working on.
|
| X509Certificate.getEncoded() and .NET X509Certificate.GetRawCertData() | 12 Jul 2005 23:13 GMT | 1 |
Do these methods (Javas's X509Certificate.getEncoded() and .NET's X509Certificate.GetRawCertData()) return the same thing?
|
| Multiple Hostname Mismatch warning launching web start application over https | 08 Jul 2005 12:20 GMT | 1 |
I'm working on an application that, depending on how our clients' choose to deploy it, may be served via https. I seem to have gotten this working reasonably well on the machine I have access to to test on. The first time I run the application I get a single "Hostname
|
| html with jtextpane | 05 Jul 2005 18:54 GMT | 1 |
hi !!, i'm doing a training course. i have to build a program that allows opening an html file and to do a preview of this file, like in Word: preview before the printing for example. i decided to simulate that preview by chaging the size of the police.
|
| Simple SSL problem | 01 Jul 2005 06:45 GMT | 13 |
I am trying to something very simple, or so I thought it would be, but alas... I have a n application that uses apache common-http client. This client is built into a stand alone java program which tries to open a https
|