Browse Source

README.Debian: Document workaround for wheezy/jessie server links

Christoph Biedl 9 years ago
parent
commit
343f05653b
1 changed files with 13 additions and 0 deletions
  1. 13 0
      debian/ngircd.README.Debian

+ 13 - 0
debian/ngircd.README.Debian

@@ -1,3 +1,16 @@
+TLS-based server connection, wheezy/jessie interoperability
+===========================================================
+
+There might be a problem when linking two ngircd servers running
+the wheezy and the jessie version respectively. If you see
+| gnutls_handshake: Could not negotiate a supported cipher suite.
+on the wheezy and
+| SSL error: The TLS connection was non-properly terminated. [gnutls_handshake].
+on the jessie side: As a workaround, set "Passive = yes" in jessie's
+[Server] section so the connection is always initiated by wheezy.
+This way around the negotiation will succeed.
+
+
 TLS support
 ===========