help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

subject: using starttls with ssh tunnel.


From: Pawel p
Subject: subject: using starttls with ssh tunnel.
Date: Tue, 30 Mar 2010 17:33:25 +0200

Hallo Group Members.

I configured ssh tunnel to smtp.gmail.com(74.125.77.109):
nohup ssh -l user -NL 2587:74.125.77.109:587 internal.mail.proxy &

, because I cannot get it directly, through default proxy.

Is there a way to force TLS accept certificate?

prompt$ gnutls-cli -s -p 2587 localhost
Resolving 'localhost'...
Connecting to '127.0.0.1:2587'...

- Simple Client Mode:

220 mx.google.com ESMTP 16cm973753ewy.7
EHLO bar.com
250-mx.google.com at your service, [167.34.56.23]
250-SIZE 35651584
250-8BITMIME
250-STARTTLS
250-ENHANCEDSTATUSCODES
250 PIPELINING
STARTTLS
220 2.0.0 Ready to start TLS
*** Starting TLS handshake
- Certificate type: X.509
 - Got a certificate list of 1 certificates.
 - Certificate[0] info:
  - subject `C=US,ST=California,L=Mountain View,O=Google Inc,CN=smtp.gmail.com', issuer `C=ZA,ST=Western Cape,L=Cape Town,O=Thawte Consulting cc,OU=Certification Services Division,CN=Thawte Premium Server CA,EMAIL=address@hidden', RSA key 1024 bits, signed using RSA-SHA, activated `2007-07-30 00:00:00 UTC', expires `2010-07-29 23:59:59 UTC', SHA-1 fingerprint `4567cace1acd21c94f347455e5674464f5de19761'
- The hostname in the certificate does NOT match 'localhost'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]