Open josegar74 opened 4 years ago
Can you try again ? sometimes the site is sometimes down - eg. 29/01 (from @cmangeat ).
the maven output seems to indicate that the server's certificate name does not match (packages.georchestra.org != docker.georchestra.org).
The default advertised certificate is indeed docker.georchestra.org
, but we also provide a certificate for packages.georchestra.org
:
% openssl s_client -connect packages.georchestra.org:443 -servername packages.georchestra.org
[....]
-----END CERTIFICATE-----
subject=/CN=packages.georchestra.org
something seems wrong in the way your maven is doing SNI (https://en.wikipedia.org/wiki/Server_Name_Indication).
I'll check to update the maven version in the computer we're using for the build, for now solved copying the artifact from other computer where was installed already.
Tested in
3.10.x
, but probably the same inmaster
, building in a clean machine the following error happens, seem some issue with the certificate of the repository formapfish-print