Skip to content
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

HFS Docker option to make self signed cert network errors and connection erros. Stop start docker workaround #802

Open
bmartino1 opened this issue Nov 6, 2024 Discussed in #801 · 2 comments
Labels
bug Something isn't working

Comments

@bmartino1
Copy link

When using the docker form of HFS and making a ssl certificate in the admin interface. you may get network error and connection error after admin interface makes the certificate. while stopping and starting, the docker fixes the issues.

This is still a bug... this may require a fix either in hfs on how the certificate is made or in the dockers docerfile to add a option/ fix network error.

I'm not sure where nor why this breaks.

Discussed in #801

@rejetto
Copy link
Owner

rejetto commented Nov 7, 2024

i've found force_https is on by default, so removing it from your envs didn't change a thing :)

default values are documented in config.md, but this was changed at some time and i forgot to update the doc. 🫠

anyway, this case should be handled better by the web interface, as it's very confusing as it is. So, i will consider a bug of the UI.
I've never seen it before because i made my tests with localhost, and it's not affected by force_https.

@rejetto rejetto added the bug Something isn't working label Nov 7, 2024
@bmartino1
Copy link
Author

good to know. Thank you

I may add force https false to set it disabled for time being and have users change the value. after ssl cert is installed. Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants