Inconsistent signed json examples between repos

I took the signed json example from here:
https://github.com/blockchain-certificates/cert-web-component/blob/master/demo/sample_signed_cert-valid-1.2.0.json

Which works fine with the web component but not with the Blockcerts site:

It just hangs at Format Validation.

Thoughts on what’s causing this?
Are there resources to follow discrepancies in json format expectations between the implementations?

Looks like there’s an SSL error going on when grabbing the issuer profile from blockcerts.org. I’ll see if the team can figure out what’s going on.

Opened a ticket on it here: https://github.com/blockchain-certificates/cert-web-component/issues/13

There was a problem because of an non-https link being hosted on blockcerts.org, yet we redirect to https. We’ve replaced that cert with another v1 cert. Thanks for bringing that to our attention.

Good stuff. Thanks for resolving this so quickly.