[web2py] Re: HTTPS admin access has stopped working

2012-09-18 Thread Cliff Kachinske
You did remember to stop and restart apache after copying the parameters 
file, right?

I ask only because I have overlooked this step.

On Monday, September 17, 2012 3:15:40 PM UTC-4, David Phillips wrote:

 I had a web2py 1.99.7 app running on Elastic Beanstalk. I was able to use 
 the admin interface over https. I then upgraded web2py to 2.0.8 and 
 uploaded it to EB. Now I am getting this message when I try to access the 
 admin interface over HTTPS: 

   ATTENTION: Login requires a secure (HTTPS) connection or running on 
 localhost.

 Another change I notice is that  request.is_https no longer seems to be 
 true.

 I see that the format of the parameters_*.py file has changed. Is there 
 any reason why I can no longer use the admin interface?

 Thanks.


-- 





[web2py] Re: HTTPS admin access has stopped working

2012-09-17 Thread Massimo Di Pierro
we just made it more secure. Has others have suggested you have to re-make 
the parameters_*.py file.

On Monday, 17 September 2012 14:15:40 UTC-5, David Phillips wrote:

 I had a web2py 1.99.7 app running on Elastic Beanstalk. I was able to use 
 the admin interface over https. I then upgraded web2py to 2.0.8 and 
 uploaded it to EB. Now I am getting this message when I try to access the 
 admin interface over HTTPS: 

   ATTENTION: Login requires a secure (HTTPS) connection or running on 
 localhost.

 Another change I notice is that  request.is_https no longer seems to be 
 true.

 I see that the format of the parameters_*.py file has changed. Is there 
 any reason why I can no longer use the admin interface?

 Thanks.


--