FLUID-6189: fluidproject.org points to mixed-content

Metadata

Source
FLUID-6189
Type
Task
Priority
Major
Status
Closed
Resolution
Cannot Reproduce
Assignee
Colin Clark
Reporter
Giovanni Tirloni
Created
2017-09-03T09:44:54.127-0400
Updated
2024-07-24T12:35:08.220-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Website

Description

After enabling HTTPS for fluidproject.org, some URLs got blocked by Chrome because they're HTTP (mixed-content).

Comments

  • Giovanni Tirloni commented 2017-09-03T09:58:28.520-0400

    I've temporarily fixed this in production by running this comment on the deployed website:

    find . -type f -exec sed -i 's/http:\/\/fluid/\/\/fluid/g' {} +
    

    This replaced all ocurrence of http://fluid with a schemaless URL //fluidproject.org and fixed the mixed-content warnings

    @@Jonathan Hung @@Justin Obara, could you take a look at this? It seems that site.url should be defined to "//fluidproject.org"

  • Justin Obara commented 2024-07-24T12:35:07.993-0400

    While there are still http urls, they aren’t blocked by Chrome. Tested using Chrome 126 on macOS 14.5.