You are not logged in.

#1 2010-11-18 21:28:08

cybe-arch
Member
Registered: 2007-09-02
Posts: 56
Website

Pidgin MSN certificate error

Pidgin gave me this message when i tried to log into MSN today:
omega.contacts.msn.com could not be validated

A temporary solution is to export the certificate from https://omega.contacts.msn.com (click the lock in firefox/chromium)
and save it with the name omega.contacts.msn.com in /etc/ssl/certs.

Import it in pidgin with the Tools->Certificates dialog, then delete the old MSN certificate.

.. Or wait for a fix.

More info:
http://developer.pidgin.im/ticket/8333

Offline

#2 2010-11-18 21:32:53

toffyrn
Member
Registered: 2008-10-07
Posts: 221

Re: Pidgin MSN certificate error

This is the new ticket: http://developer.pidgin.im/ticket/12906

According to the dev's its a msn server misconfiguration...

I fixed it by just waiting, and pidgin eventually connected, without adding a new certificate.

Edit: looking at this ticket again, it is not closed anyomore, so perhaps it is something that will be fixed in pidgin...

Last edited by toffyrn (2010-11-18 21:36:48)

Offline

#3 2010-11-19 01:38:14

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Pidgin MSN certificate error

Its not happening here anymore, the earlier tickets (circa 2008) say its a server-side problem. I'd go with that, and not worry too much about it.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#4 2010-11-19 03:23:41

Google
Member
From: Mountain View, California
Registered: 2010-05-31
Posts: 484
Website

Re: Pidgin MSN certificate error

This happens in Pidgin and Finch. I have been getting it and usually need to wait and try again a few times.

Offline

#5 2010-11-19 03:49:08

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Pidgin MSN certificate error

Ah, just got it again. Oh well, not like I really need to be on MSN for much anyway....


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#6 2010-11-19 04:04:01

themattbeballin
Member
From: Valley Park/Kirkwood, MO
Registered: 2010-11-05
Posts: 84

Re: Pidgin MSN certificate error

'rm ~/.purple/certificates/x509/tls_peers/* '

fixed it for me

Offline

#7 2010-11-19 08:36:24

XFire
Member
From: UK
Registered: 2008-05-11
Posts: 192

Re: Pidgin MSN certificate error

themattbeballin wrote:

'rm ~/.purple/certificates/x509/tls_peers/* '

fixed it for me

Can confirm that this works smile


There is a difference between bleeding [edge] and haemorrhaging. - Allan

Offline

#8 2010-11-19 08:53:08

zyghom
Member
From: Poland/currently Africa
Registered: 2006-05-11
Posts: 432
Website

Re: Pidgin MSN certificate error

not really helped
still:


Unable to validate certificate
The certificate for omega.contacts.msn.com could not be validated. The certificate chain presented is invalid.


Zygfryd Homonto

Offline

#9 2010-11-19 12:18:46

ilusi0n
Member
Registered: 2010-06-09
Posts: 187

Re: Pidgin MSN certificate error

I can login as well. But some times appears the error zyghom mention, or is always disconnecting. Is kinda unstable with this certificate hmm

Offline

#10 2010-11-19 12:36:01

Google
Member
From: Mountain View, California
Registered: 2010-05-31
Posts: 484
Website

Re: Pidgin MSN certificate error

XFire wrote:
themattbeballin wrote:

'rm ~/.purple/certificates/x509/tls_peers/* '

fixed it for me

Can confirm that this works smile

Worked for me now, hopefully works next time as well.

Offline

#11 2010-11-19 17:30:51

oliver
Member
Registered: 2007-12-12
Posts: 448

Re: Pidgin MSN certificate error

I had to download the intermediate certificates and put them in  /usr/share/purple/ca-certs/ before this would work.  It's documented at http://squidsrants.blogspot.com/2010/11 … ocols.html

Offline

#12 2010-11-19 22:23:38

maevius
Member
From: Greece
Registered: 2009-09-10
Posts: 135
Website

Re: Pidgin MSN certificate error

No need to download separate cert files.
1. close pidgin
2. delete the whole certificates file (rm -r ~/.purple/certificates)
3. start pidgin

Last edited by maevius (2010-11-19 22:23:54)

Offline

#13 2010-11-19 22:27:19

ilusi0n
Member
Registered: 2010-06-09
Posts: 187

Re: Pidgin MSN certificate error

oliver wrote:

I had to download the intermediate certificates and put them in  /usr/share/purple/ca-certs/ before this would work.  It's documented at http://squidsrants.blogspot.com/2010/11 … ocols.html

I try that as well, unfortunately I still lost conection once in a time and appears that the certificate is not valid.

Offline

#14 2010-11-19 22:52:04

maevius
Member
From: Greece
Registered: 2009-09-10
Posts: 135
Website

Re: Pidgin MSN certificate error

For some people just removing the certificates folder doesn't work. Here a guy found a certificate that works. Use with caution as it's not officially verified.

Offline

#15 2010-11-19 23:13:52

combuster
Member
From: Serbia
Registered: 2008-09-30
Posts: 711
Website

Re: Pidgin MSN certificate error

Do NOT do that big_smile

Offline

#16 2010-11-22 00:49:36

abarahc
Member
Registered: 2010-04-30
Posts: 128

Re: Pidgin MSN certificate error


user@localhost $ grep -rnw "." -e "hacking"

Offline

#17 2010-11-22 02:55:46

Google
Member
From: Mountain View, California
Registered: 2010-05-31
Posts: 484
Website

Re: Pidgin MSN certificate error

oliver wrote:

I had to download the intermediate certificates and put them in  /usr/share/purple/ca-certs/ before this would work.  It's documented at http://squidsrants.blogspot.com/2010/11 … ocols.html

This FINALLY did it for me.

Offline

#18 2010-11-22 03:00:33

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: Pidgin MSN certificate error

Google wrote:
oliver wrote:

I had to download the intermediate certificates and put them in  /usr/share/purple/ca-certs/ before this would work.  It's documented at http://squidsrants.blogspot.com/2010/11 … ocols.html

This FINALLY did it for me.

Seems to work fine for me. smile

Offline

#19 2010-11-22 03:17:01

Google
Member
From: Mountain View, California
Registered: 2010-05-31
Posts: 484
Website

Re: Pidgin MSN certificate error

I did it a few days ago and can confirm it has worked without a single problem for a few days now. I think it's a safe fix.

Offline

#20 2010-11-23 02:45:56

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Pidgin MSN certificate error

pidgin 2.7.6 fixes this. I'd suggest those who used unsecured certs delete them.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#21 2010-11-23 18:05:50

maevius
Member
From: Greece
Registered: 2009-09-10
Posts: 135
Website

Re: Pidgin MSN certificate error

ngoonee wrote:

pidgin 2.7.6 fixes this. I'd suggest those who used unsecured certs delete them.

pidgin 2.7.6-1 here and that stupid error still exists...

Offline

#22 2010-11-24 23:55:48

pingviin
Member
From: Estonia
Registered: 2009-11-05
Posts: 37
Website

Re: Pidgin MSN certificate error

maevius wrote:
ngoonee wrote:

pidgin 2.7.6 fixes this. I'd suggest those who used unsecured certs delete them.

pidgin 2.7.6-1 here and that stupid error still exists...

same here...

Offline

#23 2010-11-25 00:04:17

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Pidgin MSN certificate error

delete the msn certificate from ~/.purple/certificates/x509/tls_peers


Give what you have. To someone, it may be better than you dare to think.

Offline

Board footer

Powered by FluxBB