The Following 7 Users Say Thank You to otto For This Useful Post: | ||
![]() |
2010-12-29
, 12:34
|
Posts: 2 |
Thanked: 4 times |
Joined on Nov 2009
@ Kaarina, Finland
|
#2
|
$ pidgin --debug >pidgin_output.txt 2>&1
certificate/x509/tls_cached: Certificate Authority with DN='certificate dn here' not found. I'll prompt the user, I guess.
The Following 4 Users Say Thank You to jpalko For This Useful Post: | ||
![]() |
2011-01-17
, 11:31
|
Posts: 17 |
Thanked: 15 times |
Joined on Mar 2010
@ Finland
|
#3
|
![]() |
2011-01-17
, 14:41
|
Posts: 11 |
Thanked: 5 times |
Joined on Apr 2010
|
#4
|
![]() |
2011-01-19
, 07:35
|
Posts: 8 |
Thanked: 10 times |
Joined on Aug 2010
|
#5
|
$ pidgin --debug >pidgin_output.txt 2>&1
cat pidgin_output.txt |grep "not found"
cd /usr/share/purple/ca-certs/ wget https://www.digicert.com/testroot/DigiCertHighAssuranceEVRootCA.crt
The Following 2 Users Say Thank You to otto For This Useful Post: | ||
![]() |
2011-11-08
, 13:01
|
Posts: 8 |
Thanked: 10 times |
Joined on Aug 2010
|
#6
|
![]() |
2012-07-16
, 19:55
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#7
|
![]() |
2012-07-16
, 21:28
|
Posts: 334 |
Thanked: 616 times |
Joined on Sep 2010
|
#8
|
![]() |
2012-07-16
, 22:25
|
Posts: 428 |
Thanked: 226 times |
Joined on Dec 2010
@ Philippines
|
#9
|
I did put some hours to this to get it working without much success on N9, but my colleague was able to get it running without integration to messages and contacts. So basically it should be possible but currently there is no easy way of doing it.
![]() |
2012-09-19
, 04:07
|
Posts: 14 |
Thanked: 6 times |
Joined on Sep 2010
|
#10
|
-------------------------------------------------------------------------------------
First of all, I started by downloading latest versions of these packages:
http://maemo.org/packages/view/account-plugin-haze/
http://maemo.org/packages/view/telepathy-haze/
http://maemo.org/packages/view/pidgin-sipe/
Saved them to /home/user/MyDocs/ocs/ and run
EDIT: You can also install these from maemo-extras repositroy alternatively:
* Pidgin protocol plugin for Office Communicator
* Pidgin protocols plugin for Conversations and Contacts
Then, with help of Palko Jukka, I created file /usr/share/osso-rtcom/sipe.profile
username: firstname.surname@comapany.com
login: domain\username
password: ********
server: sip.company.com:443
Connection type: auto
User agent: SIPE/1.11.2
Find out your SIPE version:
ii pidgin-sipe 1.11.2-1maemo1
(With my companys configuration this User Agent was accepted. Some of ocs servers doesn't accept other that M$ clients, so in that case user agent has to be faked)
At this point I was not able to log in. The reason was that maemo conversations is not able to get certificates from servers, it just checks local certifactes and matches it to certificated required by ocs server (correct me if I'm wrong).
I was missing this certificate:
https://www.digicert.com/testroot/Di...ceEVRootCA.crt
[ Old information: And the companys certificate. I acquired companys certificate by installing pidgin, logging in with pidgin (pidgin can do the certificate handshaking). After succesful login with pidgin I copied companys certificate to a folder where maemo conversation would look it up:]
I also copied the Assurance cert to directory mentioined above.
EDIT: As jpalko commented, recommended way is to debug which certificates you are missing and copy missing certificates to /usr/share/purple/ca-certs/ instead of copying sip.mycomapny.com cert directly to /usr/share/purple/ca-certs/. I debugged mine missing certs and installed them and now I'm able to login with conversations
Afterwards, I was able to connect succefully with maemo conversation!
Last edited by otto; 2010-12-30 at 07:50.