Apologies, the reply before this I didn’t realize that I had removed the
ingress:
annotations:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
section from my customization.yaml file. I’m leaving the reply above in case you’ve already seen it.
After adding that annotation back I’m still getting ERR_TOO_MANY_REDIRECTS
, even with https: true
Here’s my customization.yaml file:
forge:
entryPoint: forge.my.domain.com
domain: my.domain.com
https: true
localPostgresql: true
cloudProvider: aws
aws:
IAMRole: <IAM role arn>
email:
enabled: false
managementSelector:
role: management
projectSelector:
role: projects
ingress:
annotations:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
Here’s the output from curl -Lv
$ curl -Lv https://forge.my.domain.com
* Trying 34.228.179.122:443...
* Connected to forge.my.domain.com (34.228.179.122) port 443
* ALPN: curl offers h2,http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
* CApath: none
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN: server did not agree on a protocol. Uses default.
* Server certificate:
* subject: CN=*.my.otherdomain.com
* start date: Mar 20 00:00:00 2024 GMT
* expire date: Apr 19 23:59:59 2025 GMT
* subjectAltName: host "forge.my.domain.com" matched cert's "*.my.domain.com"
* issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M02
* SSL certificate verify ok.
* using HTTP/1.x
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:30 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:31 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:32 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Issue another request to this URL: 'https://forge.my.domain.com/'
* Found bundle for host: 0x22403c0 [serially]
* Can not multiplex, even if we wanted to
* Re-using existing connection with host forge.my.domain.com
> GET / HTTP/1.1
> Host: forge.my.domain.com
> User-Agent: curl/8.3.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Date: Mon, 25 Mar 2024 04:09:33 GMT
< Content-Type: text/html
< Content-Length: 164
< Connection: keep-alive
< Location: https://forge.my.domain.com
<
* Ignoring the response-body
* Connection #0 to host forge.my.domain.com left intact
* Maximum (50) redirects followed
curl: (47) Maximum (50) redirects followed