[web2py] Re: new redis_tools, new redis-backed scheduler

2016-09-28 Thread Niphlod
first and foremost, ssl connection with redis and https have absolutely no relation. you can get every combination of the matrix: - http with std redis - http with ssl redis - https with std redis - https with ssl redis Redis server doesn't offer anything as ssl is concerned. Redis service

[web2py] Re: new redis_tools, new redis-backed scheduler

2016-09-28 Thread Lisandro
Hi there. Is there any working example using ssl to connect to redis? My web2py app is served through HTTPS since some time ago (using an old web2py version). Today I've tried to update web2py to the last stable version, and I've noticed all this awesome improvements to redis cache. However,