You'll have a security, restricted class exception for javax.net.ssl.

You can use ssl provided by appengine for appspot.com subdomains (the
CA was Equifax last time I checked),
but not your own certificate.
     http://code.google.com/appengine/kb/general.html#https


On Jan 29, 3:18 pm, Doug <[email protected]> wrote:
> 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 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.

Reply via email to