You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a followup, the queries to our OpenCA OCSPd server seem to either fail (as above with "invalid signature") or hang (with a malloc() error on OCSPd end) using this module. So it seems like queries to OCSPd aren't possible currently -- and that OSCPd has a pretty bad bug, as you can eventually kill the daemon by making them. :(
I tried to compare requests (using the same certs) with this module and working clients we've tried (OpenSSL's ocsp command, and a .NET/C# test client). The OpenSSL command and C# code seem to issue the same request, but this module seems to issue a completely different (and notably larger) request. I'm afraid I don't know enough about OCSP request structure to know if that's potentially ok. :)
For reference, this is the OpenSSL command I was using for comparison:
Hello.. thanks for this module, it's definitely needed.
When testing check() with a good cert against OCSPd (from the OpenCA project), it's throwing "Invalid signature."
OCSPd logs:
When trying to trace through your verification code I noticed:
So I was just curious if there might be a known issue with OSCPd before digging further.
Thanks!
The text was updated successfully, but these errors were encountered: