@cipineda commented on GitHub:
I tried this on Ventura 13.0 22A380 and the same behavior occurs.
@linuxct commented on GitHub:
Agreed with @JustAnotherArchivist, I also came here and opened a new issue without checking previous ones such as this one, so I'm the one to be blamed. Indeed they…
@cipineda commented on GitHub:
I am running with sudo.
@paparooky commented on GitHub:
@golbiga That does the trick. Thanks!
@theAkito commented on GitHub:
@aspacca Indeed, setting proxy_set_header Host $host; within my vhost file helped. The only problems remaining are
- It prints `http://mydomain.com/qwert/filenam…
@paolafrancesca commented on GitHub:
transfer.sh supported proxy host rewriting since before I became maintainer of the project. I use exactly in a proxy configuration with nginx and the url…
@theAkito commented on GitHub:
then you don't need
--proxy-pathparam bust just to instruct your proxy to set the host header as the same as the domain of the proxy as I wrote…
@lucernae commented on GitHub:
@aspacca
the basic difference between our solutions is that I use the param only for build the output urls (in the frontend template and in the curl output,…
@lucernae commented on GitHub:
Thanks @aspacca I will test that tomorrow.
@paolafrancesca commented on GitHub:
@lucernae I should have fixed everything you reported in the branch for the issue also handling proxy path in tar/gz/zip handlers
@paolafrancesca commented on GitHub:
@Akito13 pass this params to transfer.sh
--tls-listener (whatever you have now as listener)
--tls-listener-only
--tls-cert-file (path to the…