I'm trying to use 'openId-Filter' <http://code.google.com/p/openid-filter/>which uses 'Step2' <http://code.google.com/p/step2/> lib for OpenId and Oauth Integration in a demo app using eclipse (I'm not using Maven) While trying to integrate the code I'm getting the following error in eclipse 1. javax.net.ssl.TrustManager is not supported by Google App Engine's Java runtime environment 2. javax.net.ssl.X509TrustManager is not supported by Google App Engine's Java runtime environment
Anyone has any idea on how to resolve these errors? also as to why are these errors coming - considering that step2 would have been used extensively in GAE apps. Thanks -- 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.
