Pidgen gnutls: Handshake failed. Error A TLS fatal alert has been received.

Carlo Ciuffoli carlo.ciuffoli at oracle.com
Wed Sep 1 13:09:52 EDT 2010


Thank you both for your response. I have reinstall it, but the issue 
persist.  I would appreciate any more suggestion you may have.

Thanks again,

 

[cciuffol at cciuffol-lnx ~]$ export 
PURPLE_GNUTLS_PRIORITIES="stbeehive.oracle.com=NORMAL:%COMPAT:-VERS-TLS1.2:-VERS-TLS1.1"     


(10:08:06) *account:* Connecting to account 
carlo.ciuffoli at oracle.com/Linux-PC.
(10:08:06) *connection:* Connecting. gc = 0x8a35af0
(10:08:06) *dns:* DNS query for 'stbeehive.oracle.com' queued
(10:08:06) *Session Management:* Received first save_yourself
(10:08:06) *dns:* Created new DNS child 6938, there are now 1 children.
(10:08:06) *dns:* Successfully sent DNS request to child 6938
(10:08:06) *Session Management:* Received save_complete
(10:08:06) *dns:* Got response for 'stbeehive.oracle.com'
(10:08:06) *dnsquery:* IP resolved for stbeehive.oracle.com
(10:08:06) *proxy:* Attempting connection to 141.146.118.10
(10:08:06) *proxy:* Connecting to stbeehive.oracle.com:5223 with no proxy
(10:08:06) *proxy:* Connection in progress
(10:08:06) *proxy:* Connecting to stbeehive.oracle.com:5223.
(10:08:06) *proxy:* Connected to stbeehive.oracle.com:5223.
(10:08:06) *gnutls:* Starting handshake with stbeehive.oracle.com
(10:08:07) *gnutls:* Handshake failed. Error A TLS fatal alert has been 
received.
(10:08:07) *connection:* Connection error on 0x8a35af0 (reason: 5 
description: SSL Handshake Failed)
(10:08:07) *account:* Disconnecting account 
carlo.ciuffoli at oracle.com/Linux-PC (0x8623300)
(10:08:07) *connection:* Disconnecting connection 0x8a35af0
*(10:08:07) Gtk: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' 
failed
*(10:08:07) *connection:* Destroying connection 0x8a35af0
(10:08:11) *util:* Writing file prefs.xml to directory 
/home/cciuffol/.purple
(10:08:11) *util:* Writing file /home/cciuffol/.purple/prefs.xml
(10:08:11) *util:* Writing file accounts.xml to directory 
/home/cciuffol/.purple
(10:08:11) *util:* Writing file /home/cciuffol/.purple/accounts.xml


Installation:
[root at cciuffol-lnx cciuffol]# mv pidgin.repo /etc/yum.repos.d/.
[root at cciuffol-lnx cciuffol]# yum install pidgin
Loaded plugins: security
pidgin                                                   | 1.2 kB     00:00
pidgin/primary                                           |  34 kB     00:00
pidgin                                                                  
274/274
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package pidgin.i386 0:2.7.3-0.el5 set to be updated
--> Processing Dependency: libpurple = 2.7.3 for package: pidgin
--> Running transaction check
---> Package libpurple.i386 0:2.7.3-0.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch          Version                 
Repository       Size
================================================================================
Updating:
 pidgin             i386          2.7.3-0.el5             
pidgin          1.5 M
Updating for dependencies:
 libpurple          i386          2.7.3-0.el5             
pidgin          8.9 M

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade       2 Package(s)

Total download size: 10 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): pidgin-2.7.3-0.el5.i386.rpm                       | 1.5 MB     00:00
(2/2): libpurple-2.7.3-0.el5.i386.rpm                    | 8.9 MB     00:21
--------------------------------------------------------------------------------
Total                                           434 kB/s |  10 MB     00:24
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID a9464aa9
pidgin/gpgkey                                            | 1.3 kB     00:00
Importing GPG key 0xA9464AA9 "Stu Tomlinson <stu at nosnilmot.com>" from 
http://rpm.pidgin.im/RPM-GPG-KEY-pidgin
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating       : 
libpurple                                                1/4
  Updating       : 
pidgin                                                   2/4
  Cleanup        : 
pidgin                                                   3/4
  Cleanup        : 
libpurple                                                4/4

Updated:
  pidgin.i386 0:2.7.3-0.el5

Dependency Updated:
  libpurple.i386 0:2.7.3-0.el5

Complete!
[root at cciuffol-lnx cciuffol]# rpm --import 
http://rpm.pidgin.im/RPM-GPG-KEY-pidgin
error: http://rpm.pidgin.im/RPM-GPG-KEY-pidgin: import read failed(-1).
[root at cciuffol-lnx cciuffol]#
[root at cciuffol-lnx cciuffol]# up2date -u pidgin

Fetching Obsoletes list for channel: el5_i386_latest...

Fetching Obsoletes list for channel: el5_i386_addons...

Fetching rpm headers...
########################################

Name                                    Version        Rel
----------------------------------------------------------

All packages are currently up to date
[root at cciuffol-lnx cciuffol]# 




Kevin Stange wrote:
> On 08/31/2010 09:44 PM, Paul Aurich wrote:
>   
>> On 2010-08-31 18:15, carlo ciuffoli wrote:
>>     
>>> Paul,
>>> Thanks for your email. I  did try to download and install Pidgen 2.7.3,
>>> but I had  no success; it has lots of depending packages no included in
>>> our OEL 5.2. By any chance  do you happen to have the full list of these
>>> packages I need to install Pidgen 2.7.3?
>>>
>>> Thanks,
>>>       
>> I've been told that the RHEL/Fedora equivalent of "apt-get build-dep" is
>> "yum-builddep", so try that.  Otherwise, it's generally install the
>> packages needed for each step of the thing, or passing --disable-blah to
>> ./configure.
>>     
>
> The yum-builddep utility will likely be in the package yum-utils.
>
> Kevin
>
>   

-- 

Oracle <http://www.oracle.com/>
Carlo Ciuffoli | Senior Technical Manager
Phone: +1 650 506 5924 <tel:+1%20650%20506%205924> | Mobile: +1 650 346 
0391 <tel:+1%20650%20346%200391>
Oracle OHSPMP
| Rocklin, CA 950603
Green Oracle <http://www.oracle.com/commitment>Oracle is committed to 
developing practices and products that help protect the environment

 




More information about the Support mailing list