LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Certification problem Cant seem to resolve. (https://www.linuxquestions.org/questions/linux-software-2/certification-problem-cant-seem-to-resolve-635123/)

okos 04-13-2008 06:25 PM

Certification problem Cant seem to resolve.
 
Hi when I try to send mail via commandline I keep getting an error.
Quote:

$ Error with certificate at depth: 0
issuer = /C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting cc/OU=Certification Services Division/CN=Thawte Premium Server CA/emailAddress=premium-server@thawte.com
subject = /C=US/ST=California/L=Mountain View/O=Google Inc/CN=smtp.gmail.com
err 20: unable to get local issuer certificate
could not initiate SSL/TLS connection: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
"/home/me/dead.letter" 11/314
. . . message not sent.
I have the .pem certifications.

Quote:

ThawtePremiumServerCA.pem
Gmail.pem
I followed the instructions here.

Using the following command,
Code:

openssl verify cert.pem
I was able to verify the gmail certification but not the Thawte certification without self-signing.

Quote:

$ openssl verify gmail.pem
gmail.pem: OK
$ openssl verify ThawtePremiumServerCA.pem
ThawtePremiumServerCA.pem: /C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting cc/OU=Certification Services Division/CN=Thawte Premium Server CA/emailAddress=premium-server@thawte.com
error 18 at 0 depth lookup:self signed certificate
OK
I am not sure what else to do. I am trying to send mail through my gmail account.

okos 04-19-2008 06:15 PM

Does anyone have an answer on the Thawte certificate?


All times are GMT -5. The time now is 10:36 AM.