Hi all, i am a newbie to developing applications for "Google App Engine". What i try to achieve is to transfer one of our apps so that it could run on the "Google App Engine".
My existing code needs to transfer data via SSL from an other application. For this i am using classes from "javax.net.ssl.*". However i immediately get the error that this class is not supported by Google App Engine's JRE. In your documentation i found this white-list of supported classes: http://code.google.com/appengine/docs/java/jrewhitelist.html (javax.net.ssl.* is not listed) Is there a workaround for how to use these unlisted classes ? Any other way how to transfer data via SSL from an other application ? Thank you in advance. Hynek -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.