-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support HTTPS connections #7
Comments
@Lissy93 Do you think making the protocol configurable would resolve this issue or do you expect there is more involved? If so would it make sense to add and env var for protocol? I'm new to rust but I'm not seeing how/if those values are defaulted if not set? |
when I use --adguard-protocol "https" it still wants to do http??
|
Looking at the doc/PR I think the cli arg You must set the environment variable |
Running the Linux executable adguardian-x86_64 with the hostname in _IP gives: Running it with the IP address gives: curl works fine on the control/status endpoint. |
I expose my Adguard instances over https and right now it doesn't appear possible to connect regardless of the IP/hostname or port provided.
I don't know Rust well, but I'm guessing this is hardcoding
http
as the protocol scheme https://github.com/Lissy93/AdGuardian-Term/blob/main/src/main.rs#L27The text was updated successfully, but these errors were encountered: