Page MenuHomePhabricator

Using ssl will break css & js link
Closed, ResolvedPublic

Description

  1. SSL setup correctly
  2. css and js are still in http:// protocal

This breaks all the styles and scripts on the page.

Related Objects

Event Timeline

fzhan raised the priority of this task from to Needs Triage.
fzhan updated the task description. (Show Details)
fzhan added a project: Phabricator.
fzhan added a subscriber: fzhan.

What's your question, specifically?

Basically, there isn't any known issues here on Phabricator's side, as you can see this instance is running fine. Please give us more insight and elaborate a bit more on what you did to set things up.

Most likely, your phabricator.base-uri is not set correctly. Make sure it is set with https://.

fzhan claimed this task.

Right, what I had was using http:// for base-uri then enforce https with security configuration. @epriestley, it works now.

Sorry for the double post, network issue and I thought it didn't create a ticket.

Thanks