Hi Massimo,
       I have had followed your instructions and got following error.
<type 'exceptions.IOError'> [Errno 2] No such file or directory: 
u'pki/mycert.pem'

I think, there is a wrong path assigned in 
*applications/saml2/private/sp_config.py* for these keys
I've resolved this error by changing two lines in CONFIG setting as below

- "key_file": "pki/mykey.pem",
- "cert_file": "pki/mycert.pem"% PATH,

+ "key_file": "%s/pki/mykey.pem" % PATH,
+ "cert_file": "%s/pki/mycert.pem"% PATH,

I hope you'll update it in this pdf file.

On Saturday, September 13, 2014 8:36:54 AM UTC+5:30, Massimo Di Pierro 
wrote:
>
> Not published yet:
>
> https://dl.dropboxusercontent.com/u/18065445/Tmp/saml2.pdf
>
> On Thursday, 11 September 2014 10:50:29 UTC-5, Copper Lark wrote:
>>
>> support for SAML2 (with pysaml2)
>>>
>>
>> in docs not found ( 
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to