By default you don't have anything to do, just access your site with
https instead of http
But you can configure how ssl is handled on a per url basis in you
app.yaml: 
https://developers.google.com/appengine/docs/python/config/appconfig#Secure_URLs


On May 11, 10:00 pm, João Silva <joao.andre.almeida.si...@gmail.com>
wrote:
> Hi,
>
> I know that GAE provides SSL traffic through appspot.com domains. But there
> aren't code examples that use django.
> My app.yaml is:
>
> application: my_app
> version: 1
> runtime: python27
> api_version: 1
> threadsafe: true
>
> libraries:
> - name: django
>   version: "1.3"
>
> builtins:
> - django_wsgi: on
>
> Does anyone knows what do I have to do to use SSL in GAE with Django?
>
> Thanks in advance.

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

Reply via email to