-
Notifications
You must be signed in to change notification settings - Fork 163
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
test server reverse proxy issues #75
Comments
Interesting. In your previous remark, you indicated that you are able to push from your computer to If not, I am inclined to believe that this is a network connectivity issue or something related to your NGINX configuration. I can try to confirm that it is one of these two, but I am unable to help out with debugging those issues specifically beyond that. To confirm the root cause of this, can you retry the push that gets stuck at
EDIT: this sounds like a bug within |
Same error also 😄 Using NGINX with Cloudflare reverse proxy, I get the following error.
|
Hi @akx20000a can you please run the |
I had the same issue, but was able to get the reverse proxy working by setting: LFS_HOST="<server_name>/<path>" In your case i guess: LFS_HOST="feedback.media.mit.edu" should do the trick Maybe this helps you to... EDIT: these options are described at https://github.com/git-lfs/lfs-test-server#running |
#75 add ExtOrigin config to handle lfs-test-server behind a reverse proxy case
Hello! I'm not very experienced with this so I might've overlooked something, but:
(1) I set up the lfs-test-server, and was able to successfully commit to it with a local repo and see the hash on github (using the remote lfs address of
http://localhost:9999/testrepo/lfs
).(2) I then tried to use let's encrpt and nginx to handle the SSL and reverse proxy on the same machine. I set it up, and I'm able to get to the MGMT page from the public URL over HTTPS. When I try to push from a separate computer, it asks me for my password, and hangs at 0%. My logs don't show any errors, I get clean push requests, and the 'objects' part of the MGMT interface appears to update with hashes of relevant files, but if you click on them it gives a 'not found'.
My NGINX sites-enabled/default looks like the below. Any suggestions for how to troubleshoot this and/or what I'm doing wrong would be greatly appreciated! Thank you guys for making really useful stuff.
The text was updated successfully, but these errors were encountered: