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
I have added 3 apks to the application list and enabled them for the configuration.  I go to the phone and force an update and I get updating configuration, then Failed to download the package <package name> 3 times.  The log shows Downloading app:<name> 3 times.
by

1 Answer

0 votes

When you add APK to the web panel, you see the URLs in the "Applications" tab.

What happens if you open this URL in the browser?

by (32.7k points)
it is able to download the file no problem (I didn't try to install it)

Is it possible the problem is that our proxy auto promotes to secure  (http connection is auto redirected to https)
Yes, it is possible. I would recommend to avoid redirections in URLs (however Headwind MDM should follow redirects).

The log record must have a detail message after "Failed to download the app", what is written there?
the next log message does not show any failure, just configuration updated

Our configuration is
public ip with cert apache proxy
      internal nextcloud server
      internal network test server
      hmdm server
The proxy redirects based upon path
     /nc -> https://internal/nc
     /hmdm -> https://internal/hmdm

I tried changing the baseurl to https://<servername> in hmdm.xml, but that didn't seem to help
...