HTTPS Agent installer link
When generating a new agent installer, after selecting the OS and assigning the new agent to a customer, the third step is to download it. Clicking the "Download" button works fine if we want to download the agent installer to the local computer and put it on a flash drive or something. Only problem with that is that there have been many occassions when I need to send the installer via e-mail, and most e-mail services block this file for security purposes, as it is an .exe file. So instead, I need to send a link via e-mail for the customer to download the installer. I do so by clicking on the "other options" dropdown below the Download button, and send them the automatically generated link under "Share the installer download link with your customer". The problem here is that the auto-generated link uses the HTTP:// protocol in the URL. Sending this to the customer always results in their web browser blocking the download for security reasons. The workaround has been for me to copy the link, and just change HTTP:// to HTTPS:// in the URL. Sending them the HTTPS:// link always works fine. Doesn't take a lot of time to do it, I just don't always remember to do it when the need arises and almost always have to send a second e-mail with a new link after manually changing the URL to include HTTPS:// because the first link didn't work due to using HTTP://.
So in fewer worss, can we please fix the "Download agent installer" wizard to auto-generate a download link using HTTPS:// instead of HTTP:// in the URL that is to be copied and sent to our customers? I imagine that would be a very quick and easy fix.