OpenConnect and Cisco Firepower AnyConnect: Revision history

From OISecWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 December 2024

28 November 2024

  • curprev 14:0714:07, 28 November 2024Cliff talk contribs 645 bytes +95 No edit summary Tag: Visual edit
  • curprev 14:0214:02, 28 November 2024Cliff talk contribs 550 bytes +550 Created page with " Since a recent update in Cisco Firepower (7.2.4.1) OpenConnect would no longer connect to a AnyConnect VPN. This is due to TLS1.3 being announced as a functionality by the Firepower, but when connecting this will generate errors. A quick work around is the following mv /usr/sbin/openconnect /usr/sbin/openconnect-bin Create a new file /usr/sbin/openconnect <pre> #!/bin/sh /usr/sbin/openconnect-bin "$@" --gnutls-priority="NORMAL:-VERS-ALL:+VERS-TLS1.2:+RSA:+AES-128..." Tag: 2017 source edit