Skip Menu |

This queue is for tickets about the IO-Socket-SSL CPAN distribution.

Report information
The Basics
Id: 64864
Status: resolved
Priority: 0/
Queue: IO-Socket-SSL

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.37
Fixed in: (no value)



Subject: http verification scheme needs wildcards_in_cn set to 'anywhere'
The code has C<< wildcards_in_cn => 1 >> but '1' is not a valid option. It needs to be 'anywhere'. -- David
Am Mo 17. Jan 2011, 20:35:13, DAGOLDEN schrieb: Show quoted text
> The code has C<< wildcards_in_cn => 1 >> but '1' is not a valid option. > It needs to be 'anywhere'. > > -- David >
Thanks for reporting. It's fixed in 1.38 which I just uploaded. Steffen