ClearFoundation Tracker - ClearCenter | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0005991 | ClearCenter | app-dynamic-vpn - Dynamic VPN | public | 2015-11-09 10:34 | 2015-11-18 12:05 |
Reporter | bchambers | ||||
Assigned To | bchambers | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 7.1.0 | ||||
Target Version | 7.1.0 Updates | Fixed in Version | 7.1.0 Updates | ||
Summary | 0005991: Perl changes split out HTTPS support | ||||
Description | In addition to splitting out HTTPS support from libwww-perl into LWP::Protocol::https, CentOS has some stricter enforcement of certificates that either don't match or are not signed by a trusted CA. For our services to work the following are required: 1. Add dependency pkg: perl-LWP-Protocol-https 2. Modify vpnwatchd my $useragent = new LWP::UserAgent(); Becomes: my $useragent = new LWP::UserAgent(); $useragent->ssl_opts( verify_hostname => 0 ); | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-11-09 10:34 | bchambers | New Issue | |||
2015-11-09 10:34 | bchambers | Status | new => assigned | ||
2015-11-09 10:34 | bchambers | Assigned To | => bchambers | ||
2015-11-09 10:54 | bchambers | Note Added: 0002071 | |||
2015-11-18 12:05 | user2 | Status | assigned => resolved | ||
2015-11-18 12:05 | user2 | Fixed in Version | => 7.1.0 Updates | ||
2015-11-18 12:05 | user2 | Resolution | open => fixed | ||
2015-11-18 12:05 | user2 | Status | resolved => closed |
Notes | |||||
|
|||||
|
|