Hi Andrea,

On 10/3/21 5:42 PM, Andrea Pescetti wrote:
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: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


Thanks for the information!

Best regards,
Carl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to