Connection could not be loaded

I've named my connection same as SSL VPN Remote access policy and another same as Sophos Client Connect Name in XG. However, I'm always getting the same error message.
I know that the client does connect to the user portal as I'm getting another error with wrong login credentials.

In scvpn.log I see "err Failed to download the configuration: <name>"

What would be the issue here, do I may need an XG V18? Currently I'm running V17.5.11.

Parents
  • Can you share some screenshots and the windows version? 

    Maybe also share your .pro File with blurred Information. 

    __________________________________________________________________________________________________________________

  • .pro-File:
    [
    {
    "display_name": "NAME_VPN-1",
    "gateway": "<DNS1>",
    "user_portal_port": 443,
    "otp": true,
    "auto_connect_host": "<DNS1>",
    "can_save_credentials": true,
    "check_remote_availability": true,
    "run_logon_script": false
    },
    {
    "display_name": "NAME_VPN-2",
    "gateway": "<DNS2>",
    "user_portal_port": 443,
    "otp": true,
    "auto_connect_host": "<DNS2>",
    "can_save_credentials": true,
    "check_remote_availability": true,
    "run_logon_script": false
    }
    ]

    Windows 10(x64) Version 10.0.18363 Build 18363

    Screenshot from log (german):


    If I do import my old .scx file I can connect without any issue.

Reply
  • .pro-File:
    [
    {
    "display_name": "NAME_VPN-1",
    "gateway": "<DNS1>",
    "user_portal_port": 443,
    "otp": true,
    "auto_connect_host": "<DNS1>",
    "can_save_credentials": true,
    "check_remote_availability": true,
    "run_logon_script": false
    },
    {
    "display_name": "NAME_VPN-2",
    "gateway": "<DNS2>",
    "user_portal_port": 443,
    "otp": true,
    "auto_connect_host": "<DNS2>",
    "can_save_credentials": true,
    "check_remote_availability": true,
    "run_logon_script": false
    }
    ]

    Windows 10(x64) Version 10.0.18363 Build 18363

    Screenshot from log (german):


    If I do import my old .scx file I can connect without any issue.

Children