ForgeRock / opendj-community-edition

OpenDJ is a directory server which implements a wide range of Lightweight Directory Access Protocol and related standards, including full compliance with LDAPv3 but also support for Directory Service Markup Language (DSMLv2).[1] Written in Java, OpenDJ offers multi-master replication, access control, and many extensions.
https://forgerock.github.io/opendj-community-edition/
51 stars 25 forks source link

501 dependecy error #14

Open dairoca90 opened 4 years ago

dairoca90 commented 4 years ago

After trying to download https dependency's for ivy gives a 501 error, where can i change the http for https?

blackPantherOS commented 2 years ago

cd opendj-community-editon find -type f | xargs sed -i 's|http://|https://|g'