See this page for instructions on how to use Flyspray: http://psi-im.org/wiki/Flyspray
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
FS#111 - Add always accept this certificate option
Attached to Project:
Psi Jabber Client
Opened by Hal Rottenberg (halr9000) - Tuesday, 29 July 2003, 11:14 GMT-4
Last edited by Kevin Smith (kev) - Tuesday, 30 October 2007, 08:56 GMT-4
Opened by Hal Rottenberg (halr9000) - Tuesday, 29 July 2003, 11:14 GMT-4
Last edited by Kevin Smith (kev) - Tuesday, 30 October 2007, 08:56 GMT-4
|
Details http://psi.affinix.com/forums/index.php?act=ST&f=4&t=765
Everytime you connect to a jabber-server using SSL, and that server has a self-signed certificate, you have to click "accept." I think it should have an "Always accept this certificate" checkbox. |
This task depends upon
"Case #3: The peer certificate is self-signed."
....
"2. The peer SHOULD show the certificate to a user for approval,
including the entire certificate chain. The peer MUST cache the
certificate (or some non-forgeable representation such as a
hash). In future connections, the peer MUST verify that the same
certificate was presented and MUST notify the user if it has
changed.
In Case #2 and Case #3, implementations SHOULD act as in (2) above."
This should be done, like cert in Psi, new must be accepted and is cached.
Ignore SSL warning will ignore all SSL warnings. Whereas with accept this certificate should mean that the present cert must be saved to ~/certs. So if next time the cert changes then it will again give an error. I dont think Ignore all SSL warnings is what halr9000 was looking for when he added this.
Telling the client to ignore all SSL warnings increases the risk of MITM attacks, so it's a very poor solution to the problem.