SimpleIdServer
SimpleIdServer copied to clipboard
Why ./psake test Execute Success In Windows But Execute Failed In Ubuntu ?
Hello @momostarsky ,
I believe you're still encountering issues because the lifetime of the request parameter is insufficient. We've increased the lifetime from 120 seconds to 5000 seconds in all the unit tests.
Could you please fetch the release/6.0.4 branch and try again?
Also, don't forget to install the simpleIdServer.crt certificate into your certificate store:
sudo cp /certificates/simpleIdServer.pem /usr/local/share/ca-certificates/simpleIdServer.crt
sudo update-ca-certificates
KR,
SID