-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connection fails with status 401: Is Drawbridge not promoting to HTTPS properly? #43
Comments
I notice that this is similar to #22, but it can't be directly solved by upgrading since we're already using the latest version |
Hi @holtzermann17, I think the (-> (http/get "https://www.google.com")
:protocol-version)
;; => {:name "HTTP", :major 1, :minor 1} I notice the |
Thanks for that. I agree that evidence suggests it is not a problem with HTTP vs HTTPS. Still can't connect though! I have updated our middleware to exactly follow what happens in #22. However, we still get access denied. Here is a curl trace showing what I see at the moment.
|
I see the following when I try to connect to my app on Heroku. Local connection on
http
to the dev box is fine, however. Since it says that the protocol is HTTP here I wonder if that's the problem.The text was updated successfully, but these errors were encountered: