Hello Derek!
I have this problem too but I have OpenSSL installed, in fact, I've used
OpenSSL to build server.crt and server.key files so I can gain access to my
web2py site using https.
If it helps, I'm nowadays working on localhost, using web2py from source
code (not the binary), and I'm usi
Make sure you have OpenSSL installed.
On Monday, December 17, 2012 4:04:51 PM UTC-7, Derek wrote:
>
> This is telling me that your system doesn't support sha512?
>
> On Monday, December 17, 2012 3:31:48 PM UTC-7, samuel bonilla wrote:
>>
>> @servicios_publicos.json
>> def login(usuario, password):
This is telling me that your system doesn't support sha512?
On Monday, December 17, 2012 3:31:48 PM UTC-7, samuel bonilla wrote:
>
> @servicios_publicos.json
> def login(usuario, password):
> respuesta = {}
> user = auth.login_bare(usuario, password)
> if not user:
> respuesta[
3 matches
Mail list logo