1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 20:03:14 +02:00

Linking: for outgoing connects, only support SSL/TLS by default (either 'directly' on an ssl port or via STARTTLS 'upgrading'). Set link::outgoing::options::insecure to disable.

This commit is contained in:
Bram Matthys
2015-07-15 12:42:47 +02:00
parent 1ba5f95ecb
commit 50d1b194df
5 changed files with 67 additions and 37 deletions
+1 -1
View File
@@ -829,7 +829,7 @@ extern void unload_all_unused_moddata(void);
#define CONNECT_QUARANTINE 0x000008
#define CONNECT_NODNSCACHE 0x000010
#define CONNECT_NOHOSTCHECK 0x000020
#define CONNECT_NO_STARTTLS 0x000040
#define CONNECT_INSECURE 0x000040
#define SSLFLAG_FAILIFNOCERT 0x1
#define SSLFLAG_VERIFYCERT 0x2