Continuation of my previous question(LWP::Protocol::https::Socket: connect: timeout error) I am creating the new topic here.
I am trying to use the AWS cloud watch scripts which throw error during execution. Please find the below Stout of the commands to see if required modules remain installed and the script execution error.
[root@ip-10-175-82-195 aws-scripts-mon]# perl -MIO::Socket::SSL -e
No code specified for -e.
[root@ip-10-175-82-195 aws-scripts-mon]# perl -MLWP::Protocol::https -e 'warn $LWP::Protocol::https::VERSION'
6.06 at -e line 1.
[root@ip-10-175-82-195 aws-scripts-mon]# perl -MIO::Socket::SSL=debug4 ./mon-put-instance-data.pl --mem-util --mem-used --mem-avail --aws-credential-file=/root/.aws/awscreds
ERROR: Failed to call CloudWatch: HTTP 500. Message: SSL negotiation failed: at /usr/local/share/perl5/LWP/Protocol/http.pm line 27.
at /usr/local/share/perl5/LWP/Protocol/http.pm line 27.
; at /usr/local/share/perl5/LWP/Protocol/http.pm line 27.
; at /usr/local/share/perl5/LWP/Protocol/http.pm line 27.
For more information, run 'mon-put-instance-data.pl --help'