Code Comments
Programming Forum and web based access to our favorite programming groups.I have a simple client/server set up that uses SSL sockets. As this is for an in-house demo, I have self-signed certificates. Currently, the client is run using: java -Djavax.net.ssl.trustStore=theStore -Djavax.net.ssl.trustStorePassword=password Client theStore is simply the exported keytool-generated certificate that was then imported with keytool Could anyone point me to code that loads theStore from within the clinet? I'm having a difficult time getting the TrustManagerFactory to work (assuming that is the correct method). Thanks in advance.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.