In some highly secured environments, enabling HTTP Strict Transport Security (HSTS) on the VM Access Proxy can add an additional layer of security to remote connections. This configuration does not currently survive upgrades, as the entire application container is replaced during updates and HSTS support is not enabled by default.
- Log in to the VM Access Proxy.
- SSH into the container by issuing the command:
sudo docker exec -it remoteaccess /bin/bash - Install the
vimtext editor inside the container:- Update the package list:
apt-get update - Install
vim:apt-get -y install vim
- Update the package list:
- Edit the Tomcat web.xml configuration file:
vim tomcat/webapps/RemoteAccess/WEB-INF/web.xml - Add the following contents before the
</web-app>tag:<filter> <filter-name>httpHeaderSecurity</filter-name> <filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class> <async-supported>true</async-supported> <init-param> <param-name>hstsEnabled</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>hstsMaxAgeSeconds</param-name> <param-value>31536000</param-value> </init-param> <init-param> <param-name>hstsIncludeSubDomains</param-name> <param-value>true</param-value> </init-param> </filter> <!-- The mapping for the HTTP header security Filter --> <filter-mapping> <filter-name>httpHeaderSecurity</filter-name> <url-pattern>/*</url-pattern> <dispatcher>REQUEST</dispatcher> </filter-mapping> - Press
ESCand enter:wqto save your changes. - Exit the container:
exit - Restart the container:
docker restart remoteaccess - Scan with security software to confirm the configuration or use Postman to ping the VM Access Proxy. Verify the response includes the HSTS header.
- Log in to Commander and confirm that connections are successful.
Outcome
HSTS is enabled on the VM Access Proxy, strengthening security for remote connections.
Important! This configuration will not currently survive an upgrade of the VM Access Proxy, as the entire container for the application is replaced during upgrades, and HSTS support (or being enabled by default) is not yet available.
Was this helpful?
Related Articles
Supplementary Steps for Upgrading to Commander VM Access Proxy 3.8 12Number of Views VM access proxy installation in Snow Commander 16Number of Views How Are Snow Commander VM Access Proxy sessions connected? 14Number of Views VM Access Proxy console connection fails due to a recent Broadcom update for hostd service 10Number of Views Enabling Debug Logging for the VM Access Proxy 13Number of Views
Revenera Assistant
Online
Hi, I am Reva - Ask me anything.
Updates
No new updates
Chat
Home
Updates
/**/
Thanks for the feedback!
Your feedback has been saved.Rate this response:
1
2
3
4
5
Add Additional feedback ( Optional )
0/240
English
English
Language changed successfully
Something went wrong
Email sent successfully
Something went wrong
Case create successfully
Are you sure you want to cancel
the case creation?
Please select a product to submit the case.
Please select a product version to submit the case.
0/255
Upload Attachment
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to cancel the case creation?
Case closed successfully
File Upload
Maximum file size allowed is 3 MB.
File type not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
File Upload
Maximum file
size allowed is 3 MB.
File type
not supported.
Supported file types:
Documents (.txt, .doc, .docx, .pdf), Images (.jpg, .png), Comma Separated Files
(.csv) Speadsheets (.xlsx, .xls)
Revenera Assistant
© 2026 Flexera Software. All Rights Reserved.
Case id: 00001065
Activity: Status change: 2 hours ago