-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Wget footers : hostname:port is repeated #1350
Comments
Same here with letsencrypt certicate: wget -rcnHp -R 'index.html*' --cut-dirs=1 --ask-password --user 'user' 'https://IP:8080https://IP:8080/?raw=true' The QR code has the same issue |
Ah, this is odd. I don't really have the time to look into this right now. Would you like to see whether you can find and fix this? |
Hi,
I get :
If I comment out
I get
URL is correct, but I get a
which needs more investigation and knowledge on my side 😉 ! IINW the issue is linked to authority as a simpler run is correct:
As uri above is '/' and abs_uri seems correct, the issue might rather be related to @maxlivi would |
Hello @jgranduel Just tested with . unfortunately it did not fix it |
@maxlivi Thank you for testing. I haven't seen any notification about your trial. No other idea as this issue is kind of annoying ? |
The possibility to use wget for downloading a folder is a very valuable feature. I've tried
miniserve-0.26
today and I see that hostname:port is written twice,like below:I think, but I am not 100% sure, that it happens when I use autogenerated certificates
The text was updated successfully, but these errors were encountered: