array.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <PAGE>
  2. <INCLUDE file="inc/header.tmpl" />
  3. <VAR match="VAR_SEL_PROTOCOLS" replace="selected" />
  4. <VAR match="VAR_SEL_ARRAY" replace="selected" />
  5. <PARSE file="menu1.xml" />
  6. <PARSE file="menu2-protocols.xml" />
  7. <INCLUDE file="inc/content.tmpl" />
  8. <h1>Array Networks AG SSL VPN</h1>
  9. <p>Experimental support for <a
  10. href="https://arraynetworks.com/products-secure-access-gateways-ag-series.html">Array
  11. AG SSL VPN</a> was added to OpenConnect in May 2021 for the 9.00 release. It is used for access to
  12. <a href="https://cloud.ibm.com/docs/iaas-vpn?topic=iaas-vpn-vpn-ssl-faq">IBM Cloud</a>
  13. private networks.</p>
  14. <p>Array mode is requested by adding <tt>--protocol=array</tt>
  15. to the command line:
  16. <pre>
  17. openconnect --protocol=array vpn.lon.softlayer.com
  18. </pre></p>
  19. <h2>Quirks and Issues</h2>
  20. <p>Currently, OpenConnect only supports basic username/password
  21. authentication. If you have access to an Array VPN which uses other
  22. types of authentication (e.g. RSA or OATH tokens), please send
  23. information to <a href="mail.html">the mailing list</a> so that we add
  24. support to OpenConnect.</p>
  25. <p>Connectivity over DTLS is supported, but currently limited to DTLSv1.0
  26. because no known version of the server supports DTLSv1.2. Some operating
  27. systems might ban DTLSv1.0 in their default security settings.</p>
  28. <INCLUDE file="inc/footer.tmpl" />
  29. </PAGE>