The code doesn't support https. Excerpt from the send_receive method indicated in your error message:
sub send_receive { . . . my $http_endpoint = qq[http://$host:$port$endpoint]; my $ua = LWP::UserAgent->new(); my $post = HTTP::Request->new('POST', $http_endpoint, ...
Note the hardcoded http. Did you actually test to confirm that you were passing SSL connections?
In reply to Re: SOAP and class1 cert
by idsfa
in thread SOAP and class1 cert
by Hammy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |