Description
the documentation server for gin-gonic.com seems to have an expired SSL cert:
How to reproduce
go to gin-gonic.com
Expectations
api documentation would be accessible in the browser via gin-gonic.com
Actual result
docs are not accessible at gin-gonic.com
Comment From: novrian
same here
Comment From: twogozi
me too
Comment From: maniSHarma7575
same here
Comment From: pckrishnadas88
Same issue still not resolved.
Comment From: J-tt
For those looking for a workaround, you can use the Wayback Machine to access an older version of the docs:
https://web.archive.org/web/20230000000000*/https://gin-gonic.com/docs/examples/param-in-path/
Comment From: J-tt
I couldn't get it working 100% but I've thrown up a temporary version of the docs here: https://gin-docs.jett.dev/docs/
Comment From: TranceDevCode
i have the same problem too
Comment From: FarmerChillax
same here
Comment From: ethan-mm-x
same here
Comment From: Shawn-Cui
haven't solved yet
Comment From: feiquan666
Is this framework not maintained by anyone else
Comment From: javierprovecho
Thanks for reporting this, it should be fixed now.
I had Cloudflare SSL configuration set to "strict", asuming that GitHub Pages would serve a valid certificate, but for some reason it is not doing it, so I switched it back to "full".
Comment From: novrian
Thanks for reporting this, it should be fixed now.
I had Cloudflare SSL configuration set to "strict", asuming that GitHub Pages would serve a valid certificate, but for some reason it is not doing it, so I switched it back to "full".
Thanks @javierprovecho