Starting yesterday requests to cover images via https began failing with
ERR_INSECURE_RESPONSE.
For example:
https://www.googleapis.com/books/v1/volumes/zaRoX10_UsMC
When trying to access the https version of the thumbnail:
In Chrome this returns a response of NET::ERR_CERT_COMMON_NAME_INVALID
Safari and Firefox also are unable to load the resource due to a certificate error.
Remove the sub-sub-domain, or the encryption:
https://books.google.com
, andhttp://bk1.books.google.com
Their certificate covers wildcard
.google.com but not wildcard.wildcard
.google.com. Just speculating I'd guess that bks1
is one of a pool of servers behind books
.