[Pidgin] #12906: Unable to validate certificate

Pidgin trac at pidgin.im
Fri Nov 19 13:15:37 EST 2010


#12906: Unable to validate certificate
---------------------+------------------------------------------------------
 Reporter:  Anthara  |        Owner:  QuLogic
     Type:  defect   |       Status:  new    
Milestone:           |    Component:  MSN    
  Version:  2.7.5    |   Resolution:         
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by mama21mama):

 TambiƩn tenemos este [http://paste.pocoo.org/show/293371/ script] que
 bajara un nuevo certificado.

 {{{
 #!/bin/bash

 # save this script in ~/bin/ssl_update
 # add domain names as you need them

 servers=(omega.contacts.msn.com blah.dot.com)

 for server in "${servers[@]}"; do
     echo | openssl s_client -connect "$server":443 2>&1 | \
     sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' \
     > "$HOME/.purple/certificates/x509/tls_peers/$server"
 done
 }}}

 [http://mamalibre.eshost.com.ar/?q=content/error-de-certificado-en-pidgin-
 con-msn#comment-693 Fuente]

-- 
Ticket URL: <http://developer.pidgin.im/ticket/12906#comment:53>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list