https://bugzilla.wikimedia.org/show_bug.cgi?id=73510

            Bug ID: 73510
           Summary: HTTPS port is incorrect
           Product: MediaWiki-Vagrant
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

Symptom: With a fresh MediaWiki-Vagrant with the https role, the resources
(JS+CSS) are not loaded over HTTPS because the $wgServer variable is set to
WebRequest::detectServer() in /vagrant/settings.d/wiki/CommonSettings.php (see
bug 66399).

Explaination: The HTTPS is performed using nginx as a reverse proxy, and the
function WebRequest::detectServer() assume in this case the HTTPS port is
standard (443) instead of 4430 in MediaWiki-Vagrant ($wgServer =
'https://127.0.0.1').

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to