SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

Why ./psake test Execute Success In Windows But Execute Failed In Ubuntu ?

Open momostarsky opened this issue 7 months ago • 1 comments

Image

momostarsky avatar Jul 22 '25 03:07 momostarsky

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

simpleidserver avatar Jul 22 '25 12:07 simpleidserver