Anonymous | Login | 2024-11-21 04:19 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 | ||||
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 ); | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0002071) bchambers (administrator) 2015-11-09 10:54 |
These two RPM's need to be copied to clearos-cento-verified: Installing: perl-LWP-Protocol-https Installing for dependencies: perl-Mozilla-CA |
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 |