Google Books API Cover images over HTTPS fails due to certificate error -


starting yesterday requests cover images via https began failing

err_insecure_response.

for example:

https://www.googleapis.com/books/v1/volumes/zarox10_usmc

when trying access https version of thumbnail:

https://bks1.books.google.com/books/content?id=zarox10_usmc&printsec=frontcover&img=1&zoom=1&edge=curl&imgtk=aflre72edppkxv6qhjzfmvf2sug_dizxnci02yjvanqre6xpdal1gdx5m-h_2nqbzj2zj_krgtsw245c0-gwif85xui5rj2-v07quql9ker6apideji27w9rvadacbwacqxsqpy-1rt9&source=gbs_api

in chrome returns response of net::err_cert_common_name_invalid safari , firefox unable load resource due certificate error.

enter image description here

remove sub-sub-domain, or encryption:

their certificate covers wildcard.google.com not wildcard.wildcard.google.com. speculating i'd guess bks1 1 of pool of servers behind books.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -