Open drwetter opened 5 years ago
hmmm that's a very old scan. not sure what is happening there. All scans until https://tls-observatory.services.mozilla.com/api/v1/results?id=26449359 show that error, and https://tls-observatory.services.mozilla.com/api/v1/results?id=26449360, the next one in line, is fine.
@autrilla do you have any way to check which release was running on 2018-03-02 ?
@jvehent based on the Jenkins job history, I see the following deploys around that date:
1.2.36
was deployed on 2018-02-27
1.2.37
was deployed on 2018-03-02 at 1:17:58 PM UTC
1.2.38
was deployed on 2018-03-02 at 6:45:54 PM UTC
1.2.39
was deployed on 2018-03-03 at 2:51:34 PM UTC
1.2.40
was deployed on 2018-03-08
So depending on when it happened, I'd guess either 1.2.36
, 1.2.37
, or 1.2.38
.
Based on the timestamp on https://tls-observatory.services.mozilla.com/api/v1/results?id=26449360, I've narrowed it down to 1.2.37
being the buggy version. The timestamp coincides perfectly with the deployment of version 1.2.38
.
Hello,
I tried e.g. to run
curl 'https://tls-observatory.services.mozilla.com/api/v1/results?id=12302333'
which made problems:(I was using a similar call to retrieve cipher usage statistics.)
Cheers, Dirk