http://www.perlmonks.org?node_id=993297


in reply to Re^9: LWP Can't POST to HTTPS
in thread LWP Can't POST to HTTPS

I can't think of a reason why I would edit my response.

:) Well, you did remove webcourses, so it was a possibility

It seems to me the main difference between your output and mine is that your output looks like it worked, and mine failed. After all, I'm asking for help because it doesn't work.

Well, I think there really ought to be some output in there. But since you say it doesnt, and it looks kinda like what you get in Re^2: LWP Can't POST to HTTPS, I think we've reached the end of our investigation

I think its time to go to rt.cpan.org and report this to maintainers of LWP-Protocol-https/IO-Socket-SSL/Net-SSLeay

At the very least there should be more debugging output with a more useful error message , something like you get with openssl client

Or, maybe you want to provide openssl with certificate file, might get something different?

Replies are listed 'Best First'.
Re^11: LWP Can't POST to HTTPS
by dorko (Prior) on Sep 12, 2012 at 20:13 UTC
    OpenSSL> s_client -connect webcourses.ucf.edu:443 -state -nbio Loading 'screen' into random state - done CONNECTED(0000007C) turning on non blocking io SSL_connect:before/connect initialization SSL_connect:SSLv2/v3 write client hello A SSL_connect:error in SSLv2/v3 read server hello A write R BLOCK SSL_connect:error in SSLv2/v3 read server hello A read:errno=10054 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 321 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE --- error in s_client

    Cheers,

    Brent

    -- Yeah, I'm a Delt.

      ?? no peer certificate available is still there