Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Cannot Reproduce
-
None
-
None
-
Ubuntu 14.04.5 LTS
-
Normal
Description
This command should tell it all:
When I do an apt-get update I get a timeout on dl.bintray.com. After some research curl showed me the output below. But intray seems to only support https.
{{# curl --trace-ascii /tmp/curl.trace http://www.apache.org/dist/cassandra/debian/dists/21x/InRelease
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://dl.bintray.com/apache/cassandra/dists/21x/InRelease">here</a>.</p>
</body></html>}}