bpa wrote: 
> Yes an error.  Enable module debugging with the following change
> 
> > 
Code:
--------------------
  >   > 
  > use strict;
  > use IO::Socket::SSL qw(debug3);
  > 
  > # simple client
  > my $cl = IO::Socket::SSL->new('www.google.com:443');
  > print $cl "GET / HTTP/1.0\r\n\r\n";
  > print <$cl>;
  > 
  > 
--------------------
> > 

OK, I did that, here is what was returned:

Code:
--------------------
    
  DEBUG: .../IO/Socket/SSL.pm:2853: new ctx 94529956396704
  DEBUG: .../IO/Socket/SSL.pm:692: socket not yet connected
  DEBUG: .../IO/Socket/SSL.pm:694: socket connected
  DEBUG: .../IO/Socket/SSL.pm:717: ssl handshake not started
  DEBUG: .../IO/Socket/SSL.pm:750: using SNI with hostname www.google.com
  DEBUG: .../IO/Socket/SSL.pm:785: request OCSP stapling
  DEBUG: .../IO/Socket/SSL.pm:819: call Net::SSLeay::connect
  DEBUG: .../IO/Socket/SSL.pm:2707: ok=0 [1] /OU=GlobalSign Root CA - 
R2/O=GlobalSign/CN=GlobalSign/C=US/O=Google Trust Services/CN=GTS CA 1O1
  DEBUG: .../IO/Socket/SSL.pm:822: done Net::SSLeay::connect -> -1
  DEBUG: .../IO/Socket/SSL.pm:825: SSL connect attempt failed
  
  DEBUG: .../IO/Socket/SSL.pm:825: local error: SSL connect attempt failed 
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify 
failed
  DEBUG: .../IO/Socket/SSL.pm:828: fatal SSL error: SSL connect attempt failed 
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify 
failed
  DEBUG: ...5.26/IO/Socket.pm:48: ignoring less severe local error 
'IO::Socket::IP configuration failed', keep 'SSL connect attempt failed 
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify 
failed'
  DEBUG: .../IO/Socket/SSL.pm:2875: free ctx 94529956396704 open=94529956396704
  DEBUG: .../IO/Socket/SSL.pm:2879: free ctx 94529956396704 callback
  DEBUG: .../IO/Socket/SSL.pm:2886: OK free ctx 94529956396704
  Can't use an undefined value as a symbol reference at testSSL.pm line 6.
  
--------------------



*Living Room:* SB Touch + DIY PSU > CI Audio VDA.2 DAC + VAC.1 PSU >
VRX.1 cables > Emotiva XSP-1 Gen 2 preamp + XPA-DR2 amp > Blue Jeans
cables > B&W 804 speakers
*Laptop:* System76 Galago + Ubuntu 16.04 + Squeezelite + Material Skin >
ifi USB iSilencer > Audirect Beam DAC > Senn IE 80 earbuds
*Bedroom:* Pixel 3a Phone + SB Player + Material/mobile > Bose SoundLink
Revolve
*Server:* Puget Systems Serenity + Ubuntu 18.04 + LMS 7.9.2
*Music:* Personal FLAC, Radio Paradise FLAC, Qobuz, Spotify
------------------------------------------------------------------------
Ron F.'s Profile: http://forums.slimdevices.com/member.php?userid=5616
View this thread: http://forums.slimdevices.com/showthread.php?t=111191

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to