Actions
Bug #143
closedSSL url for reports
Description
There is another bug similar to issue #129. On the hosts list the link to the report is correct, but when i click on it it takes me to http instead of https
<td class="last_report-column " > <img alt="True" height="18" src="/images/true.png?1260575361" width="18" /><a href="/hosts/153/report">about 1 hour</a> </td>
Must be in the javascript somewhere causing it.
Updated by Ohad Levy almost 15 years ago
- Status changed from New to Closed
marked as duplicate of #142
Updated by Karl Pietri almost 15 years ago
This bug is not a duplicate of #142. I made the suggested patch but the behavior still exists. Perhaps i wasn't clear enough. It seems like it is the active scaffold javascript that is hijacking the link and redirecting to http instead of https.
if you go to the hosts page for the list of hosts (or the out of sync/error pages) the last report column has a proper url but when you click on it you get taken to http:// instead.
Actions