I think I misunderstood what you tried to do:

If you run locally with dev_appserver you can only connect to web2py
from localhost and you can use appadmin over http. You do not need
https

If you deply your apps on GAE you need to use https to access
appadmin.

The fact you run locally and need https make me think you are trying
to access web2py remotely while using dev_appserver or you are using
the wrong IP in the URL (you must use http::/127.0.0.1:<port>).
dev_appserver is not designed for production so I am not surprised
https has problems with it.

On Mar 18, 8:34 am, Al <[email protected]> wrote:
> Change the port does get me to the welcome screen on the local GAE,
> click into admin interface gives "admin is disabled because insecure
> channel"; if I change http to https then it gives me "Secure
> Connection Failed: SSL received a record that exceed the max possible
> length:
>
> Could some one share what they put in the app.yaml please !!!!

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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/web2py?hl=en.

Reply via email to