Slackbot
09/28/2023, 3:45 PMEric Haag
09/28/2023, 4:22 PMThe URL is curious; the scheme is http , and the port and path are not familiar to any on our operations teamThis is extremely suspicious. Does the server URL you have configured in
settings.gradle(.kts)
match what you expect?Noel O'Brien
09/28/2023, 5:07 PMhttps
Noel O'Brien
09/28/2023, 5:10 PMNoel O'Brien
09/28/2023, 5:11 PMNoel O'Brien
09/28/2023, 5:11 PMNoel O'Brien
09/28/2023, 6:00 PM--debug
shows that GE server is initiating a redirect:
2023-09-28T10:48:31.024-0700 [DEBUG] [sun.net.www.protocol.http.HttpURLConnection] sun.net.www.MessageHeader@63e3f27211 pairs: {POST /scans/publish/gradle/3.3.4/token HTTP/1.1: null}{Content-Type: application/vnd.gradle.scan-token-request+json}{X-Request-Id: 77183712-e7c1-46b4-a8d1-67abd4b36356}{Accept-Encoding: gzip}{Cache-Control: no-cache}{Pragma: no-cache}{User-Agent: Java/17.0.7}{Host: <REDACTED>}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: close}{Content-Length: 149}
2023-09-28T10:48:31.043-0700 [DEBUG] [sun.net.www.protocol.http.HttpURLConnection] sun.net.www.MessageHeader@7b930c088 pairs: {null: HTTP/1.1 302 Found}{Date: Thu, 28 Sep 2023 17:48:31 GMT}{Content-Type: text/html}{Content-Length: 138}{Connection: close}{Cache-Control: no-cache, no-store, must-revalidate}{Location: http://<REDACTED>:9080/internal-starting}{Server: nginx}
Eric Haag
09/28/2023, 7:42 PMNoel O'Brien
09/28/2023, 10:05 PMEric Haag
09/28/2023, 10:08 PM