-
Notifications
You must be signed in to change notification settings - Fork 28
Error on certificate validation on the last few days #34
Comments
Same issue happened to me few days ago. I had to disable CT to get my app work again. |
Hi @SandroMachado I don't suppose you know what value was returned by the library? I'm thinking this may be linked to issue #28 |
@mattmook are there any news regarding this? We started noticing similar behaviour today in our app :) |
Same here. |
Same |
Noticing same here |
We are experiencing this as well |
Same Here!!! |
Okay this sounds like something is certainly going on. Just to add more info here, our iOS colleagues were able to use CT fine the whole day, while we had those issues! So i guess it is not infrastructure related. |
Has anyone managed to capture a log from when this happens? I suspect it could be something like the log list being out of sync with the signature, which we have seen happen once before. |
Hey @mattmook , I do not happen to have a log, but the behavior of failing to verify the signatures was like consistently inconsistent. At some it would fail to verify and then would work again. I am not sure if it has something to do with the last days of the month and an issue is going on with Date validations, but we have not seen it happen afterwards. Just for future reference and in order to help you debug it more effectively, what would you like from us to capture? Just the raw loglist response? |
When creating the |
Yeap, we are already using that and it was outputting something along the lines of: |
Any updates on this issue? Are others still experiencing this? |
Haven't experienced it since the last days of January. Will wait to check it on February as well! |
We had this logged in production today as well. Unfortunately we do not have any logs to share apart from:
|
Yeah, we actually disabled this library since we cannot afford to have these issues happen randomly. Our security team understands but would really like this to be solved / looked into. I wrote about how we are remotely toggled this library in another issue: #28 (comment) |
@mattmook based on this comment: #28 (comment) could we please have an update that uses the correct casing for the Signature name Also since more people mentioned issues with the last days of a month, I really tend to believe something shady is going on there. |
There are some interesting findings I mentioned here: #28 (comment) |
Fix released in version 0.3.0 |
My certificate is about to expire and and on the last few days, some instances of my application are having problems connecting to the server. They just don't connect. Even on the same device, sometimes after installing the app it works fine, other times it just doesn't connect.
Digging in I discovered that removing this library fixes the issue. Any tip on how to fix this?
Or any ideas why this is happening?
The text was updated successfully, but these errors were encountered: