You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py
I'd like to configure web2py embedded server to work with http and https.
Following this guideline[1] I can make everything work with https, but
my apps don't work with http. When I try to
http://localhost:8000/myapp I get a "Bad Request" error.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web...@googlegroups.com
if you need both with the internal webserver you need to pass the --interfaces option .... ip1:port1;ip2:port2:key2:cert2:ca_cert2
something like 127.0.0.1:80;127.0.0.1:443:server.key:server.crt
should work.
Vinicius Assef
unread,
Jun 18, 2013, 8:05:56 AM6/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py
Thanks, Niphlod. It worked. :-)
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+un...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>