Download link for client on main Phoenix site uses incorrect transport (http vs. https)

Started 24 May 2021
by romulus
in Resolved Issues
The download link on the main phoenix website uses the following link:
<a href="http://darkageofcamelot.com/sites/daoc/files/downloads/DAoCSetup.exe" target="_blank" class="nk-btn nk-btn-lg nk-btn-color-main-1 link-effect-2">Game Client</a>

EA has changed the actual transport for this URL to HTTPS, which means that browsers that don't have aggressive HSTS settings (or the domain policy for the playphoenix.online already configured) that the file won't download when the link is clicked.

To fix this, please update the source for the main page to the following:
<a href="https://darkageofcamelot.com/sites/daoc/files/downloads/DAoCSetup.exe" target="_blank" class="nk-btn nk-btn-lg nk-btn-color-main-1 link-effect-2">Game Client</a>

Issue Timeline

24 May 2021 romulus created this issue
25 Jun 2021 gruenesschaf triaged this issue
25 Jun 2021 gruenesschaf changed the status of this issue from new to resolved

Return to Resolved Issues or the latest topics