-
Hello, The request sent in the UI looks like this:
Could you provide the wsdl to configure the webserver, or help me how else I can set the camera to https-only via API? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
Hi @Azarny , Reference: 766 |
Beta Was this translation helpful? Give feedback.
-
I've got it working, it can be configured using REST as documented here: axis-os-hardening-guide, towards the end of the table in 'Enable HTTPS only'. https://ip-address/axis-cgi/param.cgi?action=update&System.BoaGroupPolicy.admin=https It's not documented, but those are GET requests, and by sending those we can set the camera to https only. |
Beta Was this translation helpful? Give feedback.
I've got it working, it can be configured using REST as documented here: axis-os-hardening-guide, towards the end of the table in 'Enable HTTPS only'.
https://ip-address/axis-cgi/param.cgi?action=update&System.BoaGroupPolicy.admin=https
https://ip-address/axis-cgi/param.cgi?action=update&System.BoaGroupPolicy.operator=https
https://ip-address/axis-cgi/param.cgi?action=update&System.BoaGroupPolicy.viewer=https
It's not documented, but those are GET requests, and by sending those we can set the camera to https only.