-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
HTTPS support #149
Comments
Yes this is on my list of things to do. I'm reworking the unifi integration right now and once I'm done with that I will set my eyes to improving this integration as well. |
Just wanted to come here and vote for https. I run a bunch of axis cameras configured by camera station and the home assistant integration wont configure them with the correct passwords. I am guessing due to lack of ssl. Is there a way to connect to the axis camera station server instead of every individual camera or are there benefits to interfacing to the cameras directly? Anyway, thanks |
I think this will be on the top of my list to fix once the refactoring is complete, there is no specific reason for not supporting HTTPS only that it wasn't as important back in the days when the integration was created. I don't have an ACS instance and I don't know what kind of API ACS provides. Right now based on what I know I would say no. |
HTTPS support has been added with HASS 2024.4.0, beta is out tonight. Feedback is appreciated! I post release notes on the community forum https://community.home-assistant.io/t/axis-camera-component |
Awesome thanks for doing this! I patched everything to the latest and the
HTTPS does seem to be working. The only thing I am noticing now is that
there is no thumbnail or preview on the dashboard or entity with my newer
cameras. I have a very old M5014 that works with no SSL and it has always
displayed its image. I am new to home assistant though so could be just me
missing something. It works though Yay, if i click on either of these it
loads the video player and the video populates after a few seconds, with
audio.
[image: image.png]
…On Wed, Mar 27, 2024 at 11:14 AM Robert Svensson ***@***.***> wrote:
HTTPS support has been added with HASS 2024.4.0, beta is out tonight.
Feedback is appreciated!
—
Reply to this email directly, view it on GitHub
<#149 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK6LLXNIZVE3GCKRWUU24ZDY2L47TAVCNFSM6AAAAAASSYOC22VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRTGQ4DENJRG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yes I missed the camera platform. Fix is up home-assistant/core#114886 for 2024.4.1 |
I saw in a thread somewhere that you may be planning to do some work on this plugin in the near future. It would be great to have HTTPS support and the ability to specify the certificate to expect from the camera, to support self-signed certificates without messing with the certificates trusted by the host / client.
The text was updated successfully, but these errors were encountered: