question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Users want to be able to do http -> https redirection with XFP

See original GitHub issue

Pre Ambassador 0.50.0, setting x_forwarded_proto_redirect: true in the Ambassador Module configured Ambassador to read XFP for and redirect if it was HTTP. This is useful when terminating TLS at an L7 LB.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
bbl232commented, Mar 27, 2019
  service:
    type: NodePort
    httpNodePort: 30000
    annotations:
      getambassador.io/config: |
        ---
        apiVersion: ambassador/v0
        kind: TracingService
        name: tracing
        service: "zipkin.istio-system:9411"
        driver: zipkin
        config: {}
        tag_headers:
          - ":authority"
          - ":path"
        ---
        apiVersion: ambassador/v0
        kind: Module
        name: ambassador
        config:
          x_forwarded_proto_redirect: true
0reactions
kflynncommented, Apr 23, 2019

Fixed in 0.60.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Users want to be able to do http -> https redirection with XFP
Assuming that x_forwarded_proto_redirect relies on x-forwarded-proto: https header to do the redirection, this will never happen since the ...
Read more >
Spring security redirection URL using HTTP while HTTPS ...
Normally, the simple http to https redirect makes the user take an extra hop as they will come back in http and then...
Read more >
How to Redirect HTTP to HTTPS - Semrush
A Guide to Redirecting HTTP to HTTPS. The world of technical SEO is rich with acronyms, but today we're going to take a...
Read more >
X-Forwarded-Proto - HTTP - MDN Web Docs
The X-Forwarded-Proto (XFP) header is a de-facto standard header for identifying the protocol (HTTP or HTTPS) that a client used to connect ...
Read more >
How to Redirect Website from HTTP to HTTPS? - Geekflare
Go HTTPS; it doesn't cost anything, and yet you get search engine ranking and security. HTTPS should be everywhere, and lately, Google has...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found