dolittle-platform / Home

0 stars 0 forks source link

HTTP->HTTPS redirect not working consistently #109

Closed einari closed 5 years ago

einari commented 6 years ago

When I do a wget for http://waterproof.dolittle.cloud it does not get reidrected. While http://digiboiler.dolittle.cloud does.

 Einars-MacBook-Pro-Private in ~
○ → wget http://waterproof.dolittle.cloud
--2018-08-24 23:55:46--  http://waterproof.dolittle.cloud/
Resolving waterproof.dolittle.cloud... 137.116.206.150
Connecting to waterproof.dolittle.cloud|137.116.206.150|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10069 (9.8K) [text/html]
Saving to: ‘index.html.6’

index.html.6             100%[==================================>]   9.83K  --.-KB/s    in 0.001s  

2018-08-24 23:55:46 (9.17 MB/s) - ‘index.html.6’ saved [10069/10069]

 Einars-MacBook-Pro-Private in ~
○ → wget http://digiboiler.dolittle.cloud
--2018-08-24 23:55:55--  http://digiboiler.dolittle.cloud/
Resolving digiboiler.dolittle.cloud... 137.116.206.150
Connecting to digiboiler.dolittle.cloud|137.116.206.150|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://digiboiler.dolittle.cloud/ [following]
--2018-08-24 23:55:55--  https://digiboiler.dolittle.cloud/
Connecting to digiboiler.dolittle.cloud|137.116.206.150|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10069 (9.8K) [text/html]
Saving to: ‘index.html.7’

index.html.7             100%[==================================>]   9.83K  --.-KB/s    in 0.001s  

2018-08-24 23:55:56 (8.10 MB/s) - ‘index.html.7’ saved [10069/10069]

 Einars-MacBook-Pro-Private in ~
TomasEkeli commented 5 years ago

nice catch - I'll look into what's different in their ingress

On Sat, 25 Aug 2018 at 09:51, Einar Ingebrigtsen notifications@github.com wrote:

When I do a wget for http://waterproof.dolittle.cloud it does not get reidrected. While http://digiboiler.dolittle.cloud does.

Einars-MacBook-Pro-Private in ~ ○ → wget http://waterproof.dolittle.cloud --2018-08-24 23:55:46-- http://waterproof.dolittle.cloud/ Resolving waterproof.dolittle.cloud... 137.116.206.150 Connecting to waterproof.dolittle.cloud|137.116.206.150|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 10069 (9.8K) [text/html] Saving to: ‘index.html.6’

index.html.6 100%[==================================>] 9.83K --.-KB/s in 0.001s

2018-08-24 23:55:46 (9.17 MB/s) - ‘index.html.6’ saved [10069/10069]

Einars-MacBook-Pro-Private in ~ ○ → wget http://digiboiler.dolittle.cloud --2018-08-24 23:55:55-- http://digiboiler.dolittle.cloud/ Resolving digiboiler.dolittle.cloud... 137.116.206.150 Connecting to digiboiler.dolittle.cloud|137.116.206.150|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://digiboiler.dolittle.cloud/ [following] --2018-08-24 23:55:55-- https://digiboiler.dolittle.cloud/ Connecting to digiboiler.dolittle.cloud|137.116.206.150|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10069 (9.8K) [text/html] Saving to: ‘index.html.7’

index.html.7 100%[==================================>] 9.83K --.-KB/s in 0.001s

2018-08-24 23:55:56 (8.10 MB/s) - ‘index.html.7’ saved [10069/10069]

Einars-MacBook-Pro-Private in ~

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dolittle-platform/home/issues/109, or mute the thread https://github.com/notifications/unsubscribe-auth/AAf6MmriH_iXu7dXuVx9fhnbhuIzYrWZks5uUQH4gaJpZM4WMSoY .

TomasEkeli commented 5 years ago

oh, michael had already looked at it - ignore me :)

On Wed, 19 Sep 2018 at 18:20, Tomas Ekeli tomas.ekeli@gmail.com wrote:

nice catch - I'll look into what's different in their ingress

On Sat, 25 Aug 2018 at 09:51, Einar Ingebrigtsen notifications@github.com wrote:

When I do a wget for http://waterproof.dolittle.cloud it does not get reidrected. While http://digiboiler.dolittle.cloud does.

Einars-MacBook-Pro-Private in ~ ○ → wget http://waterproof.dolittle.cloud --2018-08-24 23:55:46-- http://waterproof.dolittle.cloud/ Resolving waterproof.dolittle.cloud... 137.116.206.150 Connecting to waterproof.dolittle.cloud|137.116.206.150|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 10069 (9.8K) [text/html] Saving to: ‘index.html.6’

index.html.6 100%[==================================>] 9.83K --.-KB/s in 0.001s

2018-08-24 23:55:46 (9.17 MB/s) - ‘index.html.6’ saved [10069/10069]

Einars-MacBook-Pro-Private in ~ ○ → wget http://digiboiler.dolittle.cloud --2018-08-24 23:55:55-- http://digiboiler.dolittle.cloud/ Resolving digiboiler.dolittle.cloud... 137.116.206.150 Connecting to digiboiler.dolittle.cloud|137.116.206.150|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://digiboiler.dolittle.cloud/ [following] --2018-08-24 23:55:55-- https://digiboiler.dolittle.cloud/ Connecting to digiboiler.dolittle.cloud|137.116.206.150|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10069 (9.8K) [text/html] Saving to: ‘index.html.7’

index.html.7 100%[==================================>] 9.83K --.-KB/s in 0.001s

2018-08-24 23:55:56 (8.10 MB/s) - ‘index.html.7’ saved [10069/10069]

Einars-MacBook-Pro-Private in ~

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dolittle-platform/home/issues/109, or mute the thread https://github.com/notifications/unsubscribe-auth/AAf6MmriH_iXu7dXuVx9fhnbhuIzYrWZks5uUQH4gaJpZM4WMSoY .