Summary: | Repeated SSL information dialog when connecting to SSL chat server | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Sean McNamara <smcnam> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mailbox.tec, Marcus |
Priority: | NOR | ||
Version: | 1.0.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | SSL error dialog |
Description
Sean McNamara
2006-12-16 03:02:44 UTC
Created attachment 18948 [details]
SSL error dialog
Attaching the reporter's shot so we don't lose it.
having the same problem. Linux Pantheon 2.6.18-gentoo-r4 #1 SMP Mon Dec 11 21:36:49 CET 2006 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux Pantheon 11:46:51 ~ $ konversation -v Qt: 3.3.6 KDE: 3.5.5 Konversation: 1.0.1 I know I'm the poster, but I was unable to reproduce this issue on my desktop system. I get different warnings from kssl when I change the port from 6697 to 9999 (the alternate port advertised by OFTC on their main website), but I can't get it to loop forever like it did before. vk4rms:~ $ konversation -v Qt: 3.3.7 KDE: 3.5.5 "release 45" Konversation: 1.0.1 Linux vk4rms 2.6.18.2-34-default #1 SMP Mon Nov 27 11:46:27 UTC 2006 i686 i686 i386 GNU/Linux I am using OpenSUSE 10.2 i686 without any custom compiles of KDE components or X. I can reproduce this here, on any port. Using the latest svn konversation *** Bug 149325 has been marked as a duplicate of this bug. *** Unfortunately I still can't reproduce this - opening the SSL details dialog works as expected (along with the "Certificate signing authority is unknown or invalid." as certificate state warning on ircs.oftc.net:9999), and after closing it it it stays closed as it should. A Note for reproducing this bug: Here it happens when it popped up while I am away from the computer and stays open for quite a while before I am back and try to close it. Fixed. SVN commit 767672 by hein: Argh - stupid, stupid, stupid. Don't endlessly show the SSL connection info dialog by allowing the user to pick "Show Details" as his future permanent dialog choice. While we're at it, set the KMessageBox:Dange- rous flag so KMessageBox would auto-focus "Cancel" if kdelibs weren't broken (fixed in KDE 4). cartman, what were you smoking? :-P Note for 1.0.1 users affected by this: Open your config file (~/.kde/share/config/konversationrc) and remove the "SslInvalidHost=yes" and/or "SslCertificateNotAuthentic=yes" line(s). This will make the multiple choice dialog appear again the next time around, and this time do not check "Do not ask again" before clicking "Details". The SVN code now no longer allows creating that situation and also fixes the problem for existing installs. |