Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos Connect SSL warning message

This message pops up when I try to connect. We have other people using the same setup without issue. Is there something wrong with my config file? It does connect, but it needs to be secure.

My Config file looks like this:
[
{
"gateway": "REDACTED",
"user_portal_port": 443,
"otp": false,
"auto_connect_host": "10.10.10.1",
"can_save_credentials": true,
"check_remote_availability": false,
"run_logon_script": false
}
]



This thread was automatically locked due to age.
Parents
  •   

    When using a provisioning file as per the configuration above Sophos Connect will connect to the user portal specified at "GATEWAY" to grab the openvpn configuration file for the user that logs in. The message that you're seeing is related to the certificate used on the user portal and is the same as if you were to access it manually at https://REDACTED:443

    By default this is a self signed certificate from the firewall which causes this warning to appear.

Reply
  •   

    When using a provisioning file as per the configuration above Sophos Connect will connect to the user portal specified at "GATEWAY" to grab the openvpn configuration file for the user that logs in. The message that you're seeing is related to the certificate used on the user portal and is the same as if you were to access it manually at https://REDACTED:443

    By default this is a self signed certificate from the firewall which causes this warning to appear.

Children