I am using libpurple (libpurple.com) for developing a chat application. Everything works fine on x86 processor (Desktop)
However, the same code when run on the ARM (iMx Freescale) processor shows error :
"SSL peer presented an invalid certificate", while logging in.
I am using the Ubuntu OS. All the packages seems to be present for the ARM processor just like in the x86 machine. (including gnutls dev package)
Any clues would be appreciated...
I had posted the question to the pidgin mailing list thus:
and a certain reply post read:
On changing the date on the target ARM board to the current date, the error was resolved!