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 using https access wouthout any problem .


On Tuesday, December 18, 2012 12:06:30 AM UTC+1, Derek wrote:
>
> 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):
>>>     respuesta = {}
>>>     user = auth.login_bare(usuario, password)
>>>     if not user:
>>>         respuesta['estado'] = 'Error'    
>>>         respuesta['mensaje'] = 'Nombre de usuario o contraseƱa 
>>> incorrecta'
>>>     else:
>>>         respuesta['estado'] = 'OK'    
>>>         respuesta['mensaje'] = 'Login correcto'
>>>     return respuesta
>>>
>>> i get this error
>>>
>>> <type 'exceptions.ValueError'> unsupported hash type 
>>> |pbkdf2(1000,20,sha512)
>>
>>

-- 



Reply via email to