Hi Martijn,

On Wed, Feb 17, 2010 at 11:09 AM, Martijn <keloys...@gmail.com> wrote:

> Thanks for the reply Wooble.
>
> Seeing SSL is an absolute must for the application, I would really
> like this to work, this can stop the entire project if I can't get
> this to work.
>

You have two options here: You can proxy all requests, as Wooble suggests,
or you can redirect users to http://yourapp.appspot.com/ for those pages
that need to be secure, which _does_ support SSL.

-Nick Johnson


> I'm not going to transfer the domain to Google so would it be possible
> to set up the SSL at my DNS host?
>
> On 16 feb, 15:03, Wooble <geoffsp...@gmail.com> wrote:
> > On Feb 16, 2:50 am, Martijn <keloys...@gmail.com> wrote:
> >
> >
> >
> >
> >
> > > Thanks for the reply Robert, it's quite clear now.
> >
> > > Just a quick follow-up question: I can also keep my current hosting
> > > provider to host the domain (DNS) only. This way nothing will change
> > > in the MX-records.
> >
> > > If I understand correctly I have to do this next:
> >
> > > - I will have to add the domain to Google Apps
> > > - Make a CNAME record pointing to ghs.google.com there so I can access
> > > my app atwww.mydomain.com(or[subdomain].mydomain.com).
> > > - I will have add an A record as well forhttp://mydomain.com.
> >
> > > Is this correct?
> >
> > > And if I want to add an SSL certificate tohttps://[subdomain].
> mydomain.com,
> > > can I do this at the Google Apps or at my old hosting provider?
> >
> > App Engine doesn't support either hosting naked domains (http://
> > mydomain.com/) or SSL on non-appspot addresses.  To use the naked
> > domain, you'd want an A record pointing somewhere that does a redirect
> > towww.mydomain.com(many registrars provide such a service).  To use
> > SSL with your own domain name, I believe your only real option at the
> > moment is to have a proxy running on a separate server, which is
> > fairly unattractive.
>
> --
> 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<google-appengine%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

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

Reply via email to