dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 441 forks source link

issue login after adding ssl #1294

Closed skeeith closed 7 years ago

skeeith commented 7 years ago

Mixed Content: The page at 'https://phpci.website.com/session/login' was loaded over HTTPS, but requested an insecure image 'http://phpci.hybrain.co//assets/img/logo-large.png'. This content should also be served over HTTPS. login:95 Mixed Content: The page at 'https://phpci.website.com/session/login' was loaded over a secure connection, but contains a form which targets an insecure endpoint 'http://phpci.hybrain.co/session/login'. This endpoint should be made available over a secure connection.

does anyone know how to fix this? I can't login after adding the ssl on our site. its not showing a lock sign on the url side. but all our other sub-domains are working fine

dancryer commented 7 years ago

You need to modify the URL setting in the PHPCI/config.yml file:

phpci:
    url: 'https://phpci.website.com'