License cannot be activated as license could not be validated with the license server

License cannot be activated as license could not be validated with the license server

Step-1: First check the issue is not due to TLS 1.2 connectivity



Step-2: Check proxy settings


You may be behind a proxy preventing direct connection with gearmage.com on ports 80 and 443. 

In the following TWO files in the Program Files Gearmage program / installation directory, 
  
MailAttachmentDownloader.exe.config AND MailAttachmentDownloaderService.exe.config

You can try to change the proxy line here:
    <defaultProxy />

to 
<defaultProxy enabled="true" useDefaultCredentials="true">
   <proxy usesystemdefault="true" bypassonlocal="true" /> </defaultProxy>
OR

  <defaultProxy>
    <proxy
      proxyaddress="http://[proxy address]:[proxy port]"
      bypassonlocal="false"
    />
  </defaultProxy>

    • Related Articles

    • License validation failures or lost or license activation problems when moving systems

      We have had recent reports that some customers have had license validation issues (various different cases). If this is a case where you are moving a license, as long as you completely uninstall (recommended) or stop using the software on the old ...
    • PRO Client vs Server license

      The PRO Client software will NOT run on a Windows Server. To run on a Windows Server, get the PRO Server license. The PRO Server software also adds the ability to run as a Windows Service as well.
    • Upgrade from PRO to PRO Server or install PRO Server over the PRO version

      You may install the new PRO Server application (refer to the download link with your PRO Server license) over the PRO application on the same machine. All your global rule filters and settings are preserved when doing this upgrade. IMPORTANT: Please ...
    • Installing a support extension license

      If you haven't bought the support extension already from our site, instructions to purchase are available here: https://gearmage.zohodesk.com/portal/en/kb/articles/purchase-link-for-v3-x-product-support-extensions-non-subscription Once you have made ...
    • PRO and PRO Server settings folder location and permissions failure or problems

      First, please re-download and re-install the latest PRO Server version from the download link in your PRO or PRO Server license email. This new build (same version v2.4 or v3.2 but newer build) has a few new buttons to locate your settings folder. ...