Description
HTTP to HTTPS redirect implementation is broken and always supplies and internal IP address for the redirect, leading to any and all redirect from outside of the local network to fail.
Product
- exacqVision Web Server 22.03
Steps to Reproduce
- Configure HTTPS on the web service, either external or ACME
- Enable “Redirect to HTTPS” in the configuration
- Attempt to connect to the web service via HTTP, e.g., `curl -v /login.web”>http://<url>/login.web`
Expected Results
HTTP requests are redirected to HTTPS
Actual Results
Fails to connect
Solution
Update exacqVision Web Service to 22.06 or above.
<br>
See AESW-620 for additional information.
<br>