atom feed9 messages in net.java.dev.glassfish.usersRe: custom X509TrustManager
FromSent OnAttachments
glas...@javadesktop.orgJul 4, 2008 2:39 pm 
glas...@javadesktop.orgJul 7, 2008 6:29 am 
Jeanfrancois ArcandJul 7, 2008 9:00 am 
glas...@javadesktop.orgJul 8, 2008 12:06 am 
glas...@javadesktop.orgJul 8, 2008 1:50 am 
glas...@javadesktop.orgJul 8, 2008 7:10 am 
glas...@javadesktop.orgJul 9, 2008 12:01 am 
glas...@javadesktop.orgJul 9, 2008 4:02 am 
glas...@javadesktop.orgJul 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)]

http://forums.java.net/jive/thread.jspa?messageID=284685