Asked by Adam Abrons on Aug 13, 2024
Adam is using HubSpot with a reverse proxy and experiencing an issue where the canonical URLs generated by HubSpot for blog pages are `http` instead of `https`. This causes a redirect but might be negatively impacting SEO.
Answered by Ted Larson
Ted suggests handling this at the reverse proxy level by implementing a rewrite rule to change `http` to `https` in the response proxied from HubSpot, rather than relying on a redirect. Adam acknowledges this is likely the necessary approach.