Summary | WWW on port 443 |
Queue | Nic |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | thomas (at) creativebusinessystems (dot) com |
Created | 09/04/2004 (7582 days ago) |
Due | |
Updated | 06/14/2005 (7299 days ago) |
Assigned | 09/04/2004 (7582 days ago) |
Resolved | 06/14/2005 (7299 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Feedback
New Attachment: www_secure.patch
driver that extends the www driver, so people just choose the right
one)?
New Attachment: nic.patch
State ⇒ Accepted
a separate and distinct function from the Status Monitor?
Type ⇒ Enhancement
State ⇒ Assigned
Priority ⇒ 1. Low
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ WWW on port 443
Queue ⇒ Nic
State ⇒ Unconfirmed
$devices['www2']['driver'] = 'www';
$devices['www2']['params'] = array();
$devices['www2']['params']['hostspec'] = 'www.creativebusinessystems.com';
$devices['www2']['params']['port'] = '443';
$devices['www2']['params']['hostname'] = 'slapshot';
$devices['www2']['params']['subsystem'] = 'WWW';
Causes:
Host: www.creativebusinessystems.com
Connection Failed
I tried setting $devices['www2']['params']['subsystem'] = 'HTTPS';
as well with the same result.