Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: cpan [...] cpanel.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.000
Fixed in: (no value)



Subject: Amazon S3 presence in public suffix list breaks Amazon::S3
Amazon::S3 uses https via LWP to connect to foo.s3.amazonaws.com, where foo is the bucket name. That machine presents a certificate for *.s3.amazonaws.com. However, because s3.amazonaws.com is in the public suffix list, this fails, and Amazon::S3 breaks. Please remove the Amazon S3 entries from the distributed public suffix list.
Am Di 21. Okt 2014, 13:29:04, CPANEL schrieb: Show quoted text
> Amazon::S3 uses https via LWP to connect to foo.s3.amazonaws.com, > where foo is the bucket name. That machine presents a certificate for > *.s3.amazonaws.com. However, because s3.amazonaws.com is in the > public suffix list, this fails, and Amazon::S3 breaks. > > Please remove the Amazon S3 entries from the distributed public suffix > list.
I've added an exception for s3.amazonaws.com, so it overrides the default list from publicsuffix.org. It will be included in version 2.002 which is probably only a few days away. If you need it before see https://github.com/noxxi/p5-io-socket-ssl/commit/fad6ac6dc571a0e216ff093fbd8f3bca10f62cfd Regards, Steffen