On 02/10/2021 Pedro Lino wrote:
I can confirm that bootstrapping works as expected on my Ubuntu 18.04.6 OS

I've bumped into the same problem while building on an old CentOS 7 VM (but doing a clean build).

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);

This disables SSL certificate checks entirely, so of course it should be used only locally and only if one knows what he is doing.

There are two glitches (caused by missing MD5 files?)

The MD5 here is missing from the filename. This has always been like this. It would probably be possible to include an MD5 check for these files too, but it is nothing new.

Regards,
  Andrea.

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

Reply via email to