Hello All,

Is there a way in GAE to access certificates that are stored in Java 
Keystore files and then have GAE use those certificates when making a 
connection to call a web service?  I can do this outside of GAE by 
specifying the location of keystore file using 
'System.setProperty("javax.net.ssl.keyStore","C:\\myKeys.jks");' and then 
specifying the keystore password using 
'System.setProperty("javax.net.ssl.keyStorePassword","xxxxx");'

I have been successful in calling other web services from GAE.  I am just 
unsure how to tell GAE to use specific SSL certificates in making the 
connection.

Thanks,
Doug

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/J0oa8lqe0ckJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to