[google-appengine] Support for SSL on different domains

2009-12-13 Thread Lolman
I mean like this: I have a valid SSL certificate, and a website that
uses GAE. Could I "install" the certificate, and keep the website on
one domain, or do I have to redirect users to my appspot domain?

Let's assume the SSL secured pages are Login and Register.

With my SSL certificate issued for my custom domain, I can go to
https://www.my-custom-domain.com/Login and 
https://www.my-custom-domain.com/Register.

With having to redirect to appspot.com, I'd need to go to
https://my-app.appspot.com/Login and https://my-app.appspot.com/Register.

I'm very unclear about this. Please help me.

--

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-appeng...@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.




Re: [google-appengine] Support for SSL on different domains

2009-12-13 Thread Barry Hunter
Yes SSL only works on your .appspot.com domain.

Current browser technology doesnt really make it feasible for Google
to offer SSL on custom domains.

It would need this:
http://en.wikipedia.org/wiki/Server_Name_Indication
- its browser support is not wide enough to make it worthwhile


2009/12/13 Lolman :
> I mean like this: I have a valid SSL certificate, and a website that
> uses GAE. Could I "install" the certificate, and keep the website on
> one domain, or do I have to redirect users to my appspot domain?
>
> Let's assume the SSL secured pages are Login and Register.
>
> With my SSL certificate issued for my custom domain, I can go to
> https://www.my-custom-domain.com/Login and 
> https://www.my-custom-domain.com/Register.
>
> With having to redirect to appspot.com, I'd need to go to
> https://my-app.appspot.com/Login and https://my-app.appspot.com/Register.
>
> I'm very unclear about this. Please help me.
>
> --
>
> 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-appeng...@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.
>
>

--

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-appeng...@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.




Re: [google-appengine] Support for SSL on different domains

2010-12-29 Thread Tom Fishman
I'm pretty satisfied with the current support:

Browsers with support for TLS server name 
indication:[6]

   - Internet Explorer 7  
(Vista 
   or higher, not XP) or later
   - Mozilla Firefox  2.0 or 
   later
   - Opera  8.0 or later 
   (the TLS 1.1 protocol must be enabled)
   - Opera Mobile  at least 
   version 10.1 beta on Android[*citation 
needed
   *]
   - Google Chrome  (Vista or 
   higher. XP on Chrome 6 or 
newer[7]. 
   OS X 10.5.7 or higher on Chrome 5.0.342.1 or newer)
   - Safari  .2.1 or 
   later (Mac OS X 10.5.6 or higher and Windows Vista or higher)
   - MobileSafari  in Apple 
iOS 4.0 
   or later[8]
   - Windows Phone 7 [*citation 
   needed *]
   - Maemo 


I don't mind to redirect the rest users to https://*.appspot.com.

Will GAE support it soon? 
What's the difference between GAE and App Engine for business? I know App 
Engine for business is going to support it soon. (
http://code.google.com/appengine/business/roadmap.html)





-- 
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-appeng...@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.