protocols.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <PAGE>
  2. <INCLUDE file="inc/header.tmpl" />
  3. <VAR match="VAR_SEL_PROTOCOLS" replace="selected" />
  4. <VAR match="VAR_SEL_ANYCONNECT" replace="selected" />
  5. <PARSE file="menu1.xml" />
  6. <PARSE file="menu2-protocols.xml" />
  7. <INCLUDE file="inc/content.tmpl" />
  8. <h1>Protocols</h1>
  9. <p>OpenConnect was initially created to support Cisco's AnyConnect SSL VPN. This remains the default protocol used by the client, if not otherwise specified.
  10. See <a href="manual.xml">the <tt>--protocol</tt> option</a> for how to use a different protocol with the command-line client.</p>
  11. <p>The following pages document protocol-specific features and deficiencies:</p>
  12. <ul>
  13. <li><a href="anyconnect.html">Details</a> on support for
  14. Cisco's <a href="https://www.cisco.com/go/asm">AnyConnect SSL VPN</a> (<tt>--protocol=anyconnect</tt>).
  15. The OpenConnect VPN server, <a href="https://ocserv.gitlab.io/www/index.html">ocserv</a>, now implements an improved version of this protocol.</li>
  16. <li><a href="juniper.html">Details</a> on support for
  17. Juniper SSL VPN (<tt>--protocol=nc</tt>)</li>
  18. <li><a href="juniper.html">Details</a> on support for
  19. <a href="https://www.pulsesecure.net/products/connect-secure/">Pulse Connect Secure</a> SSL VPN (<tt>--protocol=pulse</tt>;
  20. most Pulse VPNs also support the older Juniper protocol, unless explicitly disabled)</li>
  21. <li><a href="globalprotect.html">Details</a> on support for
  22. <a href="https://www.paloaltonetworks.com/features/vpn">Palo Alto Networks GlobalProtect SSL VPN</a> (<tt>--protocol=gp</tt>)</li>
  23. <li><a href="f5.html">Details</a> on support for
  24. <a href="https://www.f5.com/products/big-ip-services">F5 Big-IP SSL VPN</a> (<tt>--protocol=f5</tt>; PPP-based)</li>
  25. <li><a href="fortinet.html">Details</a> on support for
  26. <a href="https://www.fortinet.com/products/vpn">Fortinet Fortigate SSL VPN</a> (<tt>--protocol=fortinet</tt>; PPP-based)</li>
  27. <li><a href="array.html">Details</a> on support for <a href="https://arraynetworks.com/products-secure-access-gateways-ag-series.html">Array Networks AG SSL VPN</a> (<tt>--protocol=array</tt>)</li>
  28. </ul>
  29. <INCLUDE file="inc/footer.tmpl" />
  30. </PAGE>