Perl: Cannot Access Web Service with SSL

后端 未结 8 710
礼貌的吻别
礼貌的吻别 2021-01-21 12:28

This is my first Perl script. I have installed SOAP::Lite using CPAN and it seems to have gone okay.

I\'m trying to access a simple HelloWorld .NET web service. I\'m get

8条回答
  •  失恋的感觉
    2021-01-21 12:47

    As SOAP::Lite repeats LWP calls it should be possible to use

    $soap->ssl_opts( verify_hostname => 0 );
    

提交回复
热议问题