On Thu, Jun 9, 2011, Khang Nguyen <[email protected]> wrote: > Hi, > Does anybody know what version of SSL is being supported by Appspot > (e.g SSL version 2.0, 3.0 or TLS version 1, ...) ? > I tried to google but I could not find out any information about it ?
You can find that kind of information in the report generated by Qualys SSL Labs: https://www.ssllabs.com/ssldb/analyze.html?d=codereview.appspot.com Click the IP address you want to explore and scroll down to the Protocols section. It says: TLS 1.2 No TLS 1.1 No TLS 1.0 Yes SSL 3.0 Yes SSL 2.0+ Upgrade Support Yes SSL 2.0 No Note that the appspot.com hostnames resolve to different IP addresses in different parts of the world. Hence the information gathered from one location can be incomplete. -- Alexander -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
