Closed choroba closed 7 years ago
See also https://www.reddit.com/r/perl/comments/6g0xwd/perl_shieldsbadges/ where a similar problem was resolved for https://badge.fury.io
Thanks for the heads-up. It turned out I kind of misconfigured ssl_certificate in the nginx configuration. It had pointed to cert.pem, which worked for web browsers, but apparently not for camo (image proxy for GH). I modified it to point to fullchain.pem, and it seems working now.
For example, I can see the badge alone at https://cpants.cpanauthors.org/dist/Syntax-Construct.png , but it isn't displayed in the README.md file at Syntax::Construct on GitHub.