Welcome to your worst nightmare ... This is such a ridiculous process required to make java do what you want here. These are adaptations from some similar source to what you found that I've been using for a while: |
DummySSLSocketFactory.java
Description: Binary data
DummyTrustManager.java
Description: Binary data
I haven't tried this for imaps, but I use it in dev for smtps with the properties: mail.smtps.socketFactory.class=com.mdimension.util.DummySSLSocketFactory mail.smtps.socketFactory.fallback=false I have some vague recollection that imaps doesn't work quite the same way as this, but you can try it first. Next would be to import the cert into a keystore. If you don't want to import into the default, you can set the keystore to use with: javax.net.ssl.trustStore=/path/to/your/trustStore For getting the cert from an IMAP server, I always end up on this page: ms On Jul 3, 2007, at 1:17 PM, Mitch Saltykov wrote: Hi, all, I wonder if someone has dealt with this kind of thing before: |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]