Topic on Template talk:Main page

HTTPS links not rendering

3
132.3.45.79 (talkcontribs)

Can anybody think of a reason why HTTPS links would not be rendered as links? All instances of HTTPS links across my entire wiki (including pages in the Special namespace [i.e. Special:Version]) are rendered as if surrounded by <nowiki> tags.

Ex.)

    HTTP renders properly
    FTP renders properly
    [https://test HTTPS renders exactly like this]

This post was posted by 132.3.45.79, but signed as 132.3.45.78.

SVG (talkcontribs)

Add this to your LocalSettings.php:

$wgUrlProtocols[] = 'https';
132.3.45.83 (talkcontribs)

I've added the line -- no change.

I was under the impression that HTTPS was a supported URL protocol by default.

Any other ideas?

This post was posted by 132.3.45.83, but signed as 132.3.45.82.