Summary | check_links.php doesn't use the right port for https |
Queue | Trean |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | michael (at) bigmichi1 (dot) de |
Created | 11/25/2010 (5339 days ago) |
Due | |
Updated | 11/13/2011 (4986 days ago) |
Assigned | 03/13/2011 (5231 days ago) |
Resolved | 11/13/2011 (4986 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Trean
Summary ⇒ check_links.php doesn't use the right port for https
Type ⇒ Bug
State ⇒ Unconfirmed
listen for standard https connections on port 443. for this website i
got a error because the script tries to access the site at port 80,
because the port isn't specified in the link with :443. it should be
possible to check at port 443 automatically when https is used