-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add option to disable TLS certificate validation of Onvif connection #7944
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bumping to prevent the bot from closing this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bumping to prevent the bot from closing this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bumping to prevent the bot from closing this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bump for the stale bot |
I also encountered that problem. Other way to solve it will be scripting adding selfsigned rootcert to the frigate container. Unfortunately I'm not figured out yet how I can run update-ca-certificates from compose yaml. |
I see that is more important to fix it here, since according to that issue moby/moby#44849 appending something to entrypoint/command in docker compose is not possible at all. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bump for the stale bot |
Same issue here. Is there any workaround? |
This code would prob work: FalkTannhaeuser/python-onvif-zeep#85 |
|
IT prob needs to go in here: Line 34 in 6102e9e
I might try to edit it in my running container this evening |
Just adding that I'm having this issue as well |
Same issue |
Describe what you are trying to accomplish and why in non technical terms
I'd like to disable TLS certificate validation of Onvif connections to a PTZ camera that has HTTPS enabled, but does not have a valid certificate installed.
Describe the solution you'd like
I'd like there to be an option, such as
onvif.tls_insecure:true
to disable certificate validation.Environment
Deployment method: Docker
Version: 0.13.0-0858859 (0.13.0 Beta 2)
Logs:
The text was updated successfully, but these errors were encountered: