用perl call https的url时,返回501错误,
LWP will support https URLs if the LWP::Protocol::https module is installed.
安装后就好了
$ sudo perl -MCPAN -e 'install LWP::Protocol::https'
当使用Perl尝试调用HTTPS URL时遇到501错误。解决方法是安装LWP::Protocol::https模块,通过运行'sudo perl -MCPAN -e install LWP::Protocol::https'来安装该模块。
用perl call https的url时,返回501错误,
LWP will support https URLs if the LWP::Protocol::https module is installed.
安装后就好了
$ sudo perl -MCPAN -e 'install LWP::Protocol::https'
553

被折叠的 条评论
为什么被折叠?