> python web2py.py  -h
...
  -p PORT, --port=PORT  port of server (8000)
...
  -c SSL_CERTIFICATE, --ssl_certificate=SSL_CERTIFICATE
                        file that contains ssl certificate
  -k SSL_PRIVATE_KEY, --ssl_private_key=SSL_PRIVATE_KEY
                        file that contains ssl private key
...

these are all the options you need. You must run two copies one on
port 80 and one on port 443.

On Jul 22, 9:20 am, António Ramos <[email protected]> wrote:
> can i use https with rocket?
>
> how to?
>
> thank you
> António
>
> 2011/7/22 Bruno Rocha <[email protected]>
>
>
>
>
>
>
>
> > Use https or change security checks at your own risk in
> > applications/admin/models 0.py and access.py.
>
> > 2011/7/22 António Ramos <[email protected]>
>
> >> i´m trying to access my server from another machine.
>
> >> i started web2py with this command line
>
> >> c:\web2py\web2py.exe -i 192.168.1.8
>
> >> How to solve it?
>
> >> thank you
> >> António
>
> > --

Reply via email to