Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  #1 (permalink)  
Old 04-14-2008, 12:38 PM
SpEnTBoY SpEnTBoY is offline
Elite Member
 
Join Date: Mar 2007
Location: Regina, Sask.
ZCS Version: Release 5.0.6_GA_2313.RHEL5_20080522104341 CentOS5 FOSS edition
Posts: 213
SpEnTBoY is on a distinguished road
Default J2ME Motorola Q Root Cert

AHhhhhhhhh ... ok I give up ... I've tried a few times and I always get the error "I/O error: certificate chain root is not a trusted Certificate Authority"

I've gotten the proper root.cer after borrowing a win machine to use the SSL chain tool, I've gone into my root certificates shown on my MotorolaQ (start->settings->security->certificates->Root) and it's in there ... but I still get the error from the J2ME client on my phone.

Does anyone have any insight??? does the app look somewhere else for the root certificate??? I know where I have it is supposed to work for active sync self signed cert stuff ... but so far no lucj with the j2ME client
Reply With Quote
  #2 (permalink)  
Old 04-14-2008, 12:39 PM
jholder's Avatar
jholder jholder is offline
Zimbra Employee
 
Join Date: Oct 2005
Location: San Mateo, CA
ZCS Version: 5.0.5 RHEL4 64-bit GA
Posts: 5,405
jholder is on a distinguished road
Send a message via Yahoo to jholder
Default

switch to http or buy a root cert

File a bug also.
__________________
Reply With Quote
  #3 (permalink)  
Old 04-14-2008, 01:03 PM
SpEnTBoY SpEnTBoY is offline
Elite Member
 
Join Date: Mar 2007
Location: Regina, Sask.
ZCS Version: Release 5.0.6_GA_2313.RHEL5_20080522104341 CentOS5 FOSS edition
Posts: 213
SpEnTBoY is on a distinguished road
Default

lol the bug I'll go with ... I have a root cert so I shouldn't have to buy one, it works and I trust the source ... ME lol I just want a damn mobile client ... one that allows me to accept SSL certs permanently would be awesome too!!!
Reply With Quote
  #4 (permalink)  
Old 04-15-2008, 08:57 AM
SpEnTBoY SpEnTBoY is offline
Elite Member
 
Join Date: Mar 2007
Location: Regina, Sask.
ZCS Version: Release 5.0.6_GA_2313.RHEL5_20080522104341 CentOS5 FOSS edition
Posts: 213
SpEnTBoY is on a distinguished road
Unhappy

Quote:
Originally Posted by jholder View Post
switch to http or buy a root cert

File a bug also.
Well the team (justifiably) doesn't see it as a bug. Basically they say it's in the way the Java implementation handles SSL certs and root certs ... the only problem is I have no idea how to *convince* the J9 rte that I have a valid root.cer

My device is well aware of it and it is in my populated root certs ... but the j2me app and my java vm have not the clue. This sucks I really wanted to use this client. I hate the WM5 imap client and every other one I've tried also sucks.

Oh well I'll do some digging and populate the resolved non applicable bug as well as this thread if I find anything.
Reply With Quote
  #5 (permalink)  
Old 04-16-2008, 09:08 AM
SpEnTBoY SpEnTBoY is offline
Elite Member
 
Join Date: Mar 2007
Location: Regina, Sask.
ZCS Version: Release 5.0.6_GA_2313.RHEL5_20080522104341 CentOS5 FOSS edition
Posts: 213
SpEnTBoY is on a distinguished road
Default

Just in case anyone is following this ... I tried every dev kid I could find to create a keystore I could drag a cer into ... gthe one I needed was IBM's HOWEVER ... I can't find it OR their MEKeytool so I decided to say forget it and opened port 8080 for http connectivity

I can now connect from my Motorola Q and view messages etc. I can not however scroll in a message to see the whole thing, nor can I reply, or mark a message as read ... but I can compose a new message and that works!!

*sigh* I guess my best hope is for either a WM5 native client (I hate the fact that it's a Motorola with no native Java ... damn WM5) or to find a good non bulky, non crappy iMAP client. Either way I guess I leaned a lot about the dev kits and signing (x509) apps and certs ... and how proprietary dev kids use their own NON standard methods for implementing ... standards .... my head hurts
Reply With Quote
  #6 (permalink)  
Old 04-16-2008, 10:22 AM
bradb21 bradb21 is offline
Senior Member
 
Join Date: Aug 2007
Location: Illinois
ZCS Version: Zimbra 5.0.6 (Network Edition) on Ubuntu 6.06 LTS Server
Posts: 67
bradb21 is on a distinguished road
Send a message via Yahoo to bradb21
Default

Using instructions I found on these forums I was able to export my root cert from my Zimbra server or use with Zimbra Mobile (EAS) on my Q9c. My Zimbra mobile would not work unless I added this root cert. It was really easy using some openssl commands, that unfortunately I did not save or I would send them to you. Sorry.
__________________
Zimbra 5.0.6 (Network Edition) + Mobile on Ubuntu 6.06 LTS Server
Reply With Quote
  #7 (permalink)  
Old 04-16-2008, 10:26 AM
SpEnTBoY SpEnTBoY is offline
Elite Member
 
Join Date: Mar 2007
Location: Regina, Sask.
ZCS Version: Release 5.0.6_GA_2313.RHEL5_20080522104341 CentOS5 FOSS edition
Posts: 213
SpEnTBoY is on a distinguished road
Default

Quote:
Originally Posted by bradb21 View Post
Using instructions I found on these forums I was able to export my root cert from my Zimbra server or use with Zimbra Mobile (EAS) on my Q9c. My Zimbra mobile would not work unless I added this root cert. It was really easy using some openssl commands, that unfortunately I did not save or I would send them to you. Sorry.

I was able to get the root certificate on my phone with no problems at all ... the J9 java implementation I'm using however (because my Moto Q doesn't have java natively) doesn't read the locally stored certs from the accepted root ca's on the device ... hence all my headaches lol
Reply With Quote
  #8 (permalink)  
Old 04-16-2008, 10:27 AM
bradb21 bradb21 is offline
Senior Member
 
Join Date: Aug 2007
Location: Illinois
ZCS Version: Zimbra 5.0.6 (Network Edition) on Ubuntu 6.06 LTS Server
Posts: 67
bradb21 is on a distinguished road
Send a message via Yahoo to bradb21
Default

Ok, gotcha... that makes sense. Sorry for my useless reply.
__________________
Zimbra 5.0.6 (Network Edition) + Mobile on Ubuntu 6.06 LTS Server
Reply With Quote
  #9 (permalink)  
Old 04-16-2008, 10:45 AM
SpEnTBoY SpEnTBoY is offline
Elite Member
 
Join Date: Mar 2007
Location: Regina, Sask.
ZCS Version: Release 5.0.6_GA_2313.RHEL5_20080522104341 CentOS5 FOSS edition
Posts: 213
SpEnTBoY is on a distinguished road
Default

Quote:
Originally Posted by bradb21 View Post
Ok, gotcha... that makes sense. Sorry for my useless reply.
lol the reply was far from useless I was just happy someone was paying attention heh
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
is Correct this message "You have new mail in /var/spool/mail/zimbra" ? fjimenez21 Administrators 7 03-27-2008 08:03 AM
it’s possible to copy users and mailboxes from my backup to ZCS new installation? sandro.issufo Migration 20 03-18-2008 05:37 AM
Big Fubar on 5 FOSS GA Upgrade uxbod Administrators 24 01-21-2008 02:37 AM
[SOLVED] Not able to receive or send mail joeleo Installation 22 10-12-2007 02:25 PM
Login does not appear alexz Administrators 10 04-18-2006 06:46 AM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0