From ab5f16396f402449a8fffc6681eb9eb2b4d7bad7 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> Date: Fri, 17 Mar 2023 07:27:25 +0100 Subject: [PATCH] =?utf8?q?pulsesecure.net=20=E2=86=92=20ivanti.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We should also rename Pulse Connect Secure to Ivanti Connect Secure at some point. For now, even the Ivanti web site uses both, perhaps we should wait before we switch Pulse to Ivanti. Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> --- README.md | 2 +- auth-juniper.c | 2 +- pulse.c | 2 +- www/protocols.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa161bdc..a5563fd7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ OpenConnect is an SSL VPN client initially created to support [Cisco's AnyConnect SSL VPN](https://www.cisco.com/site/us/en/products/security/secure-client/index.html). -It has since been ported to support the Juniper SSL VPN (which is now known as [Pulse Connect Secure](https://www.pulsesecure.net/products/connect-secure/)), +It has since been ported to support the Juniper SSL VPN (which is now known as [Pulse Connect Secure](https://www.ivanti.com/products/connect-secure-vpn)), the [Palo Alto Networks GlobalProtect SSL VPN](https://www.paloaltonetworks.com/features/vpn) the [F5 Big-IP SSL VPN](https://www.f5.com/products/big-ip-services), and the [Fortinet FortiGate SSL VPN](https://www.fortinet.com/products/vpn).

diff --git a/auth-juniper.c b/auth-juniper.c index 0d41915e..2ff0448b 100644 --- a/auth-juniper.c +++ b/auth-juniper.c @@ -470,7 +470,7 @@ int oncp_obtain_cookie(struct openconnect_info *vpninfo) ret = do_https_request(vpninfo, "GET", NULL, NULL, &form_buf, NULL, HTTP_REDIRECT_TO_GET); /* After login, the server will redirect the "browser" to a landing page. - * https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44784 + * https://kb.pulsesecure.net/articles/Pulse_Secure_Article/SA44784 * turned some of those landing pages into a 403 but we don't *care* * about that as long as we have the cookie we wanted. So check for * cookie success *before* checking 'ret'. */ diff --git a/pulse.c b/pulse.c index 9cc96420..7cb216d2 100644 --- a/pulse.c +++ b/pulse.c @@ -503,7 +503,7 @@ static int process_attr(struct openconnect_info *vpninfo, struct oc_vpn_option * case 0x4024: /* This flag is supposed to be available starting with Pulse server 9.1R9 (see - * https://www-prev.pulsesecure.net/download/techpubs/current/2182/pulse-connect-secure/pcs/9.1rx/9.1r9/ps-pcs-sa-9.1r9.0-releasenotes.pdf), + * https://help.ivanti.com/ps/legacy/pcs/9.1rx/9.1r9/ps-pcs-sa-9.1r9.0-releasenotes.pdf), * but it appears that it also requires a certain minimum CLIENT version to * be advertised in order for the server to send it (22.2.1.1295 is insufficient; * see https://gitlab.com/openconnect/openconnect/-/issues/506#note_1146848739). diff --git a/www/protocols.xml b/www/protocols.xml index 8559248a..f218bcaa 100644 --- a/www/protocols.xml +++ b/www/protocols.xml @@ -22,7 +22,7 @@ See the --protocol option for how to use a dif
  • Details on support for Juniper SSL VPN (--protocol=nc)
  • Details on support for - Pulse Connect Secure SSL VPN (--protocol=pulse; + Pulse Connect Secure SSL VPN (--protocol=pulse; most Pulse VPNs also support the older Juniper protocol, unless explicitly disabled)
  • Details on support for Palo Alto Networks GlobalProtect SSL VPN (--protocol=gp)
  • -- 2.50.1