Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes

Is there any way to restrict access to the directory "FILES"? (ej. user/password combination)

We do not want our APK files to be publicly accessible from the internet.

by (120 points)

1 Answer

0 votes
Please set the following option in the Tomcat XML config file (/var/lib/tomcat9/conf/Catalina/localhost/ROOT.xml):

<Parameter name="secure.enrollment" value="1"/>

Before this change, make sure you've updated the web panel and the launcher to the latest versions.
by (34.3k points)
...