Skip Menu |

This queue is for tickets about the Net-SSL-ExpireDate CPAN distribution.

Report information
The Basics
Id: 84890
Status: resolved
Priority: 0/
Queue: Net-SSL-ExpireDate

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

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



Subject: Doesn't work without SSLv3
I disabled SSLv3 on my server meaning that it now only supports TLSv1.0, 1.1 and 1.2. Since doing this, Net::SSL::ExpireDate can no longer talk to it. I get the error message: "record type is not HANDSHAKE".
Can I access to your TLS only server to test my code? On 2013-4月-27 土 06:01:21, MCARDWELL wrote: Show quoted text
> I disabled SSLv3 on my server meaning that it now only supports > TLSv1.0, 1.1 and 1.2. Since doing this, Net::SSL::ExpireDate can no > longer talk to it. I get the error message: "record type is not > HANDSHAKE".
I just release v1.11. Could you try this version? On 2013-4月-27 土 06:01:21, MCARDWELL wrote: Show quoted text
> I disabled SSLv3 on my server meaning that it now only supports > TLSv1.0, 1.1 and 1.2. Since doing this, Net::SSL::ExpireDate can no > longer talk to it. I get the error message: "record type is not > HANDSHAKE".
On Tue Apr 30 03:10:01 2013, HIROSE wrote: Show quoted text
> I just release v1.11. Could you try this version?
Brilliant. Works perfectly now. Thank you! FYI, SSLv3 is disabled on the following site, leaving only TLS1.0: https://grepular.com/ Mike