Description

the documentation server for gin-gonic.com seems to have an expired SSL cert:

Gin api docs inaccessible

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. Screenshot 2023-12-19 at 8 18 48 AM

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".

dash cloudflare com_26abb5c2fb67a7989ddaa1c74f9a21f9_gin-gonic com_ssl-tls

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".

dash cloudflare com_26abb5c2fb67a7989ddaa1c74f9a21f9_gin-gonic com_ssl-tls

Thanks @javierprovecho