Amcrest HTTPS option support? #807
stevenproctor
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Something this specific is not something I am likely to implement unless it is a pull request |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was checking out this project as I am having issues with getting my Amcrest cameras to show in HomeAssistant and was attempting to use this as a bridge between the two.
I have a home lab with a reverse proxy setup using my domain and have wildcard LetsEncrypt certificates set up for that domain.
NGINX then proxies to the various Amcrest cameras via HTTPS to the cameras themselves.
This exposes signed certificates to various clients instead of the Amcrest self-signed certificates.
All this was done to prevent passwords to cameras from being insecurely transmitted over HTTP, even on a local network.
I saw in the plugin that it hard-codes the protocol to
"http://"
.Is there a possibility of getting an option on the UI that asks for HTTP or HTTPS and then builds the connection strings based on that option's setting?
Beta Was this translation helpful? Give feedback.
All reactions