Decoding http response with certificate
Posted
by Tim
on Stack Overflow
See other posts from Stack Overflow
or by Tim
Published on 2009-12-17T10:59:21Z
Indexed on
2010/05/12
9:04 UTC
Read the original article
Hit count: 228
Hi all,
I'm new to php and I need to authenticate to a SSO server. The SSO server is a .Net one, using a SSL certificate.
When I go back from the SSO server, the response is encoded. I have the key of the certificate of course, but how could I decrypt the response ?
This is very vague for me, don't hesitate to detail your answer :)
Many thanks in advance for your help, best regards
© Stack Overflow or respective owner