简体   繁体   English

perl 500证书验证失败

[英]perl 500 certificate verify failed

I am using the WWW::Salesforce perl library to login and fetch some data. 我正在使用WWW :: Salesforce perl库来登录和获取一些数据。 But I get this error on login - 但我在登录时遇到此错误 -

perl 500 certificate verify failed perl 500证书验证失败

I've installed LWP::UserAgent Mozilla::CA and CACertOrg::CA but it didnt fix the issue. 我已经安装了LWP::UserAgent Mozilla::CACACertOrg::CA但它没有解决问题。

Is there any certificate I've to download for it to work? 有没有我要下载的证书才能使用?

Please try install Crypt::SSLeay and LWP::Protocol::https too. 请尝试安装Crypt :: SSLeay和LWP :: Protocol :: https。

A good reading about this issue: http://blogs.perl.org/users/brian_d_foy/2011/07/now-you-need-lwpprotocolhttps.html 关于这个问题的一个很好的解读: http//blogs.perl.org/users/brian_d_foy/2011/07/now-you-need-lwpprotocolhttps.html

You could try this: Scripts broke after upgrading LWP "certificate verify failed" 您可以尝试这样: 升级LWP“证书验证失败”后脚本中断

export PERL_LWP_SSL_VERIFY_HOSTNAME=0

Regards, 问候,

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM