caris-events / tunalog

🐟 Tunalog is a no-installation, easy-to-use blogging system written in Go.
https://tunalog.org
MIT License
373 stars 20 forks source link

og:image or og:url uses http:// when Cloudflare Proxy enabled #30

Open YamiOdymel opened 2 months ago

YamiOdymel commented 2 months ago

The problem is that internal communication was exposing port 8080 without TLS,

but Tunalog (or Gin) was unaware that the end connection was using TLS

image