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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.