Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

central.maven.org doesn't exist #73

Open
nielsen-at-cgt opened this issue Mar 3, 2020 · 5 comments
Open

central.maven.org doesn't exist #73

nielsen-at-cgt opened this issue Mar 3, 2020 · 5 comments

Comments

@nielsen-at-cgt
Copy link


# Download Jetty, verify the hash, and install, initialize a new base
RUN wget -q http://central.maven.org/maven2/org/eclipse/jetty/jetty-distribution/$jetty_version/jetty-distribution-$jetty_version.tar.gz \
    && echo "$jetty_hash  jetty-distribution-$jetty_version.tar.gz" | sha1sum -c - \
    && tar -zxvf jetty-distribution-$jetty_version.tar.gz -C /opt \
    && ln -s /opt/jetty-distribution-$jetty_version/ /opt/jetty-home
dig central.maven.org

; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> central.maven.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 48907
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;central.maven.org.             IN      A

;; AUTHORITY SECTION:
maven.org.              60      IN      SOA     ns-1965.awsdns-53.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400

;; Query time: 8 msec
;; SERVER: 172.29.0.2#53(172.29.0.2)
;; WHEN: Tue Mar 03 18:56:32 UTC 2020
;; MSG SIZE  rcvd: 133

@lrhazi
Copy link

lrhazi commented Jun 9, 2020

Looks like replacing central.maven.org by repo1.maven.org, and http by https, should work.

@nielsen-at-cgt
Copy link
Author

@lrhazi Thanks, I'll try it.

@lrhazi
Copy link

lrhazi commented Jun 9, 2020

FYI, Jetty build was failing due to some github urls being invalid.. I upgraded the version and it seems to build OK:

    jetty_version=9.4.27.v20200227 \
    jetty_hash=6b683193067cd55c27b867f892a30e832d4e29a3 \

@lrhazi
Copy link

lrhazi commented Jun 11, 2020

Sorry, simply upgrading jetty does not work!

@winstonhong
Copy link

winstonhong commented Oct 27, 2020

@nielsen-at-cgt We just fixed the issues related to both central.maven.org doesn't exist and Jetty repo broken for Shibboleth IdP and SP based on Unicon's Shibboleth IdP and SP Docker image which have been cited in README.

I have validated all the the three (3) projects with the latest commit (i.e., commit 21) based on README tutorial on brand-new Ubuntu 18.04.

https://github.com/winstonhong/Shibboleth-SAML-IdP-and-SP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants