Giter Site home page Giter Site logo

Comments (6)

charettes avatar charettes commented on June 11, 2024

Same thing for me, wasn't able to login on either FF or Chrome.

from code.djangoproject.com.

kezabelle avatar kezabelle commented on June 11, 2024

Confirming the same problem here.
From the network console I can see:

  • request to https://code.djangoproject.com/github/login
  • redirect to https://github.com/login/oauth/authorize?response_type=code[...]
  • redirect to https://code.djangoproject.com/github/oauth?code=[...]
  • that last one redirects back to the landing page proper, having done set-cookie: trac_auth=[...secret value...], expiring on the 26th of Feb.
  • when the final page loads (https://code.djangoproject.com/) it includes set-cookie: trac_auth=[BLANK]; expires=Sat, 12 Feb 2022 16:35:24 GMT [...]

Notably the trac_auth which is I assume the relevant cookie is empty, and the expiry date is a few hours ago (I'm GMT, it's 19:30, not 16:30 ...)

from code.djangoproject.com.

apollo13 avatar apollo13 commented on June 11, 2024

Seeing the same thing, that will be fun to fix I guess :)

from code.djangoproject.com.

apollo13 avatar apollo13 commented on June 11, 2024

Ok, I think I fixed it.

/cc @tobiasmcnulty & @MarkusH for the server migration. Now that Trac is behind fastly the IPs are Fastly IPs and we had check_auth_ip enabled in the configuration of trac. I have disabled this on the server for now so logins do work again. We should see which x-forwarded-for (etc) headers fastly can provide and reuse those.

from code.djangoproject.com.

tobiasmcnulty avatar tobiasmcnulty commented on June 11, 2024

Thanks for the reports + @apollo13 for the quick fix! As discussed on IRC I think we can leave the setting disabled (see: https://trac.edgewall.org/ticket/7664), but we will work to get the true client IP safely in a header where our apps can pick it up.

from code.djangoproject.com.

claudep avatar claudep commented on June 11, 2024

Thanks @apollo13, it works now.

from code.djangoproject.com.

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.