-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
whisper-webui behind proxy, cannot download output files #383
Comments
Hi, I don't understand the problem, when you are using apache proxy the download link starts from *I have looked into the problem, |
yes indeed, the download link starts from http. When I hover the download link (the size of the output file) there isn't even a prefix to the link in the status bar, but the moment I copy or save as the link, it seems to be http Jef |
I just added some SSL related CLI options in #385, You can try using
hope it helps |
this did not solve the problem, still http to download the output file |
I tried to reproduce with same CLI arguments, but I was able to download the files even though they're |
I found the problem, it was in the apache reverse proxy setting :
-> removed this env=HTTP and it worked! Jef Peeraer |
I am using ubuntu 22.04 behind an apache proxy. Everything works fine, i can transcribe files, youtube, etc.., but i cannot download the output files, because the download button seems to reference to http instead of https.
I started the app with this command :
python app.py --whisper_type insanely_fast_whisper --server_name 0.0.0.0 --username ***** --password ******
I can download the uploaded audio file via the button on the right, this is referencing https.
I
The text was updated successfully, but these errors were encountered: