|
@@ -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
|
|
TLS support
|
|
===========
|
|
===========
|
|
|
|
|