mail.xml 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <PAGE>
  2. <INCLUDE file="inc/header.tmpl" />
  3. <VAR match="VAR_SEL_MAIL" replace="selected" />
  4. <PARSE file="menu1.xml" />
  5. <INCLUDE file="inc/content.tmpl" />
  6. <h1>Getting help</h1>
  7. <p>If you have problems building or using OpenConnect, or other questions or comments,
  8. <em>please</em> send email to the mailing list described below. You don't need to be
  9. subscribed to the list; you only need to click on the email address below, and send
  10. a <em>plain text</em> (not HTML) mail.</p>
  11. <p>A lot of people seem to post questions about OpenConnect on random web forums,
  12. where they are unlikely to get a quick or knowledgeable response. It's almost as if
  13. they don't <em>want</em> a coherent response, which is strange. Please, don't do
  14. that.</p>
  15. <h1>GitLab</h1>
  16. <p>We have created an <a href="https://gitlab.com/openconnect/openconnect">OpenConnect project</a> on GitLab.</p>
  17. <p>You can file <a href="https://gitlab.com/openconnect/openconnect/issues">issues</a>
  18. there, which may be more effective than sending them in email. You can also
  19. submit <a href="https://gitlab.com/openconnect/openconnect/merge_requests">merge requests</a>.</p>
  20. <p>In addition to allowing discussion of issues and code changes, OpenConnect is now
  21. also using <a href="https://docs.gitlab.com/ee/ci/">GitLab CI</a> for continuous integration,
  22. testing, and building of the software. For example, GitLab CI builds the the
  23. <a href="packages.html#windows">Windows installers</a> for OpenConnect with each new
  24. commit.</p>
  25. <h1>Mailing list</h1>
  26. <p>There is a mailing list at <tt><a href="mailto:openconnect-devel@lists.infradead.org">
  27. openconnect-devel@lists.infradead.org</a></tt>. The list does not accept HTML email,
  28. so please make sure you post as plain text only.</p>
  29. <p>As mentioned above, you do <em>not</em> have to be subscribed to the list in order
  30. to post a question.</p>
  31. <p>It's usually best to read the recent messages in the <a
  32. href="https://lists.infradead.org/pipermail/openconnect-devel/">archive</a> before
  33. posting a question that is likely to have been asked before.</p>
  34. <p>If you do want to subscribe to the mailing list, you can do so from the <a
  35. href="https://lists.infradead.org/mailman/listinfo/openconnect-devel">Mailman admin page</a>.</p>
  36. <p>
  37. <b>SECURITY WARNING:</b><br/>
  38. If you are posting debugging output from openconnect to the mailing list, do <em>not</em> include a line which looks like this:
  39. <br/><tt>Set-Cookie: webvpn=835278264@921600@1221512527@6B9EC24DEB2F59E242F75B424D42F223D0912984;PATH=/</tt><br/>
  40. That HTTP cookie is all that's needed to grant access to the VPN session you just logged in to &#8212;
  41. it's almost as bad as giving your password away. Version 2.26 or later of OpenConnect will
  42. automatically filter this out of the debugging output for you.
  43. </p>
  44. <p>For Juniper VPN, the equivalent is a <tt>DSID</tt> cookie, which is not yet filtered
  45. out of any output <i>(the authentication support in Juniper is still very new)</i>.
  46. For PAN GlobalConnect, the equivalent is a URL-encoded
  47. <tt>authcookie</tt> parameter, which is also not filtered out of any output.</p>
  48. <h1>Internet Relay Chat (IRC)</h1>
  49. <p>There is also an IRC channel
  50. <a href="ircs://irc.oftc.net:6697/#openconnect"><tt>#openconnect</tt></a>
  51. on the <a href="https://www.oftc.net/">OFTC</a> network. You can access it via the
  52. <a href="https://webchat.oftc.net/">OFTC webchat</a> if you don't have an
  53. IRC client.</p>
  54. <p>Please note that the people who can help you may be busy, and may be in a
  55. different time zone to you, and often indeed in a different time zone from one
  56. day to the next. If nobody is answering you immediately, please be patient —
  57. state your problem or question concisely and completely, and remain on the
  58. channel. You may well find that by the time you look back again, even if
  59. it's the next day, you have an answer or a fix has been made.</p>
  60. <p>If you simply look in, say <i>"hello?"</i> a few times in the middle
  61. of the night, and then disappear again, that's not a lot more useful than
  62. posting to a randomly-chosen web forum as discussed above.</p>
  63. <INCLUDE file="inc/footer.tmpl" />
  64. </PAGE>