Hi Kevin,
the setup script does not change Apaches SSL configuration at all, if I
remember correctly. So you need to configure your Apache to use SSL. You
need to generate a self-generated certificate, if you havn't bought one.
Kenneth
Hi I used the setup-web2py-ubuntu.sh to install web2py. It installed
it but when I access my server on the specified port get the welcome
app but I can't access the admin panel!
It says app admin is deactivated because of unsecure channel.
when I try to access it with an https:// infront of my severs ip I get
an ssl error.
web2py wath started with this command:
python ./web2py.py -i xxx.xxx.xxx.xxx -a password -p 2323
I did nothing else but install web2py with this script.
In the deployment recipes:
http://web2py.com/books/default/chapter/32/13 there is quite a lot
about making apace config files but I got no clue ho to do that even
with these recipes and from my understanding the setup....sh should
have done all this?
--
--