After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322848 - xchat-gnome lacks ability to accept self-signed certificates
xchat-gnome lacks ability to accept self-signed certificates
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
unspecified
Other Linux
: High enhancement
: ---
Assigned To: Guillaume Desmottes
xchat-gnome maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-30 16:03 UTC by Brian Pepple
Modified: 2005-12-30 01:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add a option to allow invalid SSL certificate (4.01 KB, patch)
2005-12-27 22:25 UTC, Guillaume Desmottes
none Details | Review
forget to write the pretty Changelog's entry ;-) (4.60 KB, patch)
2005-12-27 22:55 UTC, Guillaume Desmottes
committed Details | Review

Description Brian Pepple 2005-11-30 16:03:05 UTC
Description of problem:

There is no option in xchat-gnome to accept self-signed ssl certificates.  This
is needed when attempting to use SSL to connect to a private IRC network, etc. 
X-Chat proper has this as an option ("Accept invalid SSL certificate").

Version-Release number of selected component (if applicable):

xchat-gnome-0.6.5.fc4.i386.rpm

How reproducible:

Always

From Fedora Bugzilla:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174591
Comment 1 Guillaume Desmottes 2005-12-26 21:34:27 UTC
Could you tell us a server who need this so we can easily test this issue?
Thanks.
Comment 2 Brian Pepple 2005-12-27 00:26:55 UTC
I believe it was being used by the original bug filer, for use with a private IRC network.  You might try contacting the original filer to see if he knows of a network to test against.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174591
Comment 3 David Trowbridge 2005-12-27 00:31:50 UTC
If xchat has the option, it should be reasonably easy to make a patch to do this and be confident that it works, even if we can't test it.
Comment 4 Guillaume Desmottes 2005-12-27 22:25:46 UTC
Created attachment 56453 [details] [review]
add a option to allow invalid SSL certificate

Not tested but i don't see why it would not work.
Comment 5 Guillaume Desmottes 2005-12-27 22:29:29 UTC
Set priority to high due to the patch

(BTW, it should be a good idea to have HEAD in version field)
Comment 6 Guillaume Desmottes 2005-12-27 22:36:40 UTC
I implement this feature using the xchat-gtk way.  Maybe it would be better to have a popup to ask if the user wants to connect on the server when it see that certificat is invalid.
But this would be more difficult to implement and don't know if xchat engine is able to do this without modifications.
Comment 7 Guillaume Desmottes 2005-12-27 22:55:17 UTC
Created attachment 56454 [details] [review]
forget to write the pretty Changelog's entry ;-)
Comment 8 David Trowbridge 2005-12-30 01:11:56 UTC
Applied to svn.  Thanks!