| Subject: | Re: custom X509TrustManager | |
|---|---|---|
| From: | glas...@javadesktop.org (glas...@javadesktop.org) | |
| Date: | Jul 7, 2008 6:29:51 am | |
| List: | net.java.dev.glassfish.users | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| glas...@javadesktop.org | Jul 4, 2008 2:39 pm | |
| glas...@javadesktop.org | Jul 7, 2008 6:29 am | |
| Jeanfrancois Arcand | Jul 7, 2008 9:00 am | |
| glas...@javadesktop.org | Jul 8, 2008 12:06 am | |
| glas...@javadesktop.org | Jul 8, 2008 1:50 am | |
| glas...@javadesktop.org | Jul 8, 2008 7:10 am | |
| glas...@javadesktop.org | Jul 9, 2008 12:01 am | |
| glas...@javadesktop.org | Jul 9, 2008 4:02 am | |
| glas...@javadesktop.org | Jul 11, 2008 1:59 am |
| Subject: | Re: custom X509TrustManager | |
|---|---|---|
| From: | glas...@javadesktop.org (glas...@javadesktop.org) | |
| Date: | Jul 7, 2008 6:29:51 am | |
| List: | net.java.dev.glassfish.users | |
None that i know of, but i will check and getback to you.
The option that can be explored is writing a LifeCycle Module for GlassFish that
installs the TrustManager
https://glassfish.dev.java.net/javaee5/docs/DG/beamc.html
Within the Lifecycle module you could try installing your trustmanager using
code of the form :
SSLContext context = SSLContext.getInstance("TLS"); context.init(your-keyManagers, your-trustManagers, sr);
I have not tried this approach though. If you try and it works let me know.
Thanks. [Message sent by forum member 'kumarjayanti' (kumarjayanti)]

