ISP Protect : you cannot connect to our license server

Discussion in 'General' started by electronico_nc, Jun 8, 2018.

  1. Hi,
    I haven't found any other place to post about this ...
    I bought a 5 scan of ISP Protect.
    After entering licence key and directory to scan, I get :
    Thanks for your help.
     
    Last edited: Jun 9, 2018
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Have you done what the error message tells you to do?
     
  3. There is no problem at all with PHP accessing any page outside.
    PHP:
    <?php
    #$page = file_get_contents('https://mausapi.ispconfig.org/');
    $page file_get_contents('https://gmail.com/');
    echo 
    $page;
    It is https://mausapi.ispconfig.org that fails with a 504 Gateway Time-out.
    You can try from your browser to test.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    There were some IPv6 routing issues which caused that issue, the problem has been solved this morning.
     
    electronico_nc likes this.
  5. Thanks till !
    It runs now.
     

Share This Page