Giter Site home page Giter Site logo

Comments (8)

jonathanong avatar jonathanong commented on July 23, 2024

we're all waiting for this jshttp/proxy-addr#2 :)

from cookies.

dougwilson avatar dougwilson commented on July 23, 2024

Yes :) Sorry, just getting out some body parser improvements (like not corrupting non-utf-8 bodies) and a new connect/express cycle real quick :) the (basically new) proxy-addr module was on my list right after creating depd in order to deprecate it's old name ;0

from cookies.

mkleehammer avatar mkleehammer commented on July 23, 2024

Has there been any progress on this? This looks like a show-stopping issue for probably the most common large-deployment configuration.

from cookies.

dougwilson avatar dougwilson commented on July 23, 2024

As of 0.5.0, this module works fine behind a load balancer if you use it with Express; otherwise if you are not using Express, you can set req.protocol = 'https' after you verify tat the request was HTTPS to your load balancer.

from cookies.

dougwilson avatar dougwilson commented on July 23, 2024

0.5.0 also works fine with koabehind a load balancer. If you are using Express or koa, the key is you need to configure them to be aware of the load balancer.

from cookies.

mkleehammer avatar mkleehammer commented on July 23, 2024

Thanks, but this isn't actually working with Koa due to this: koajs/koa#320

As this issue details, the req.protocol === "https" is never going to work since the req object is from the http library and does not have a protocol property. It is not a Koa request object.

Please add an option to disable this check. Not using secure cookies is a serious issue and is causing pen-testing failures for a typical reverse proxy configuration.

from cookies.

apendua avatar apendua commented on July 23, 2024

The problem here is that the check for "security" does not really make sense because there's just not enough information in the application itself to know if the request will be delivered to the user encrypted or not. I think it's bad logic and should be removed.

from cookies.

apendua avatar apendua commented on July 23, 2024

Is there any chance this will be fixed soon?

from cookies.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.