kvirc / KVIrc

The KVIrc IRC Client
http://www.kvirc.net/
GNU General Public License v2.0
240 stars 75 forks source link

Feature request: make certificate pem and key per server / network setting instead of global #2128

Open un1versal opened 8 years ago

un1versal commented 8 years ago

This is one of those things that makes me scratch my head, others may actually disagree with my logic but in that case please explain why this is OK.

Currently we can load a SSL *.pem and *.key but these are loaded globally for all servers or networks on connect, so these certificates and keys have to work for all servers or networks.

This logic is hardly right imo, since some networks may have different requirements that arent compatible and there is no simple way unless scripting this yourself to address this issue.

capture

So my feature request is to move this logic from global to both a per server per network separately.

@IceN9ne what do _you_ think about this.

IceN9ne commented 8 years ago

Duplicate of #1244?

un1versal commented 8 years ago

DarthGandalf commented on 26 Jul 2015

Reported by ctrlaltca on 27 Dec 2011 22:06:49 UTC From http://www.kvirc.ru/forum/topic,1095.0 Possibility to use different client certificates for different servers to authenticate with their fingerprint to the IRCd/NickServ


Migrated from: https://svn.kvirc.de/kvirc/ticket/1244

--- Merged #1244 with this