Andrea Pescetti wrote:
It is fixed by editing line 541 of
main/solenv/bin/download_external_dependencies.pl
so that it reads (add the middle line):
$agent->env_proxy;
$agent->ssl_opts(verify_hostname => 0);
my $response = $agent->get($URL);
Additional note: if you want to bundle extensions/dictionaries too, you
will need the same change in line 483 of
main/solenv/bin/modules/ExtensionsLst.pm
so that it reads (add the last line):
$agent->timeout(120);
$agent->env_proxy;
$agent->ssl_opts(verify_hostname => 0);
Again, this is a local workaround for those who know what they are doing.
Regards,
Andrea.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]