Anonymous | Login | 2024-12-22 00:30 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000032 | ClearOS | app-flexshare - Flexshares | public | 2010-02-24 09:16 | 2013-01-29 13:15 | ||||
Reporter | bchambers | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | suspended | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.1 | ||||||||
Target Version | 5.1 | Fixed in Version | |||||||
Summary | 0000032: FTPS with Flexshare broken if selected FTP hostname does not match real hostname | ||||||||
Description | Updates to the Ssl.class.php file (renamed constants) were not carried over to Flexshare.class.php. Two typos were also introduced. Line 1017 & 1438: $ssl->SetPURPOSE(Ssl::PURPOSE_SERVER); Should be: $ssl->SetPurpose(Ssl::PURPOSE_SERVER_CUSTOM); Note change in method name (caps) and change in constant | ||||||||
Additional Information | This bug seems to have been introduced in ClarkConnect 5.0 and carried forward into ClearOS 5.1. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000046) user2 2010-02-24 09:56 |
The capitalization issue is cosmetic and was already fixed in SVN. http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&path=%2Flegacy%2Fwebconfig%2Fbranches%2F5.1%2Fapi%2FFlexshare.class.php&rev=6&peg=6 [^] |
(0000047) user2 2010-02-24 09:59 edited on: 2010-02-24 10:00 |
This block of code is only executed when an SSL certificate with the specified hostname is not found. If the hostname specified in the Flexshare is not changed, then the SSL certificate will already exist. Updated the summary to reflect this. |
(0000655) user2 2013-01-29 13:15 |
This feature is no longer a part of ClearOS 6. Please re-open if a 5.x fix is a high priority (workaround described in other note).. |
Issue History | |||
Date Modified | Username | Field | Change |
2010-02-24 09:16 | bchambers | New Issue | |
2010-02-24 09:56 | user2 | Note Added: 0000046 | |
2010-02-24 09:59 | user2 | Note Added: 0000047 | |
2010-02-24 09:59 | user2 | Summary | FTPS with Flexshare broken => FTPS with Flexshare broken if selected FTP hostname does not match real hostname |
2010-02-24 09:59 | user2 | Assigned To | => bchambers |
2010-02-24 09:59 | user2 | Status | new => assigned |
2010-02-24 09:59 | user2 | ETA | none => < 1 week |
2010-02-24 09:59 | user2 | Target Version | => 5.1 |
2010-02-24 10:00 | user2 | Note Edited: 0000047 | |
2013-01-29 13:15 | user2 | Note Added: 0000655 | |
2013-01-29 13:15 | user2 | Status | assigned => resolved |
2013-01-29 13:15 | user2 | Resolution | open => suspended |
2013-01-29 13:15 | user2 | Status | resolved => closed |
2013-01-29 13:15 | user2 | Assigned To | bchambers => |