help-gnutls
[Top][All Lists]
Advanced

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

[Help-gnutls] Re: Key usage violation in certificate


From: Simon Josefsson
Subject: [Help-gnutls] Re: Key usage violation in certificate
Date: Mon, 01 Jun 2009 11:15:15 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux)

Daniel Kahn Gillmor <address@hidden> writes:

> On 05/30/2009 03:03 PM, Roland Winkler wrote:
>> I am sorry for my ignorance. Is this something I can do locally, or
>> is this a command that I need to run on the remote SMTP server I am
>> trying to contact? If I can run this command locally, how do I
>> specify the remote server? Is there anything else I can do locally?
>> (I've made gnutls-cli more verbose and it gave me a lot of
>> information, though in the end nothing appeared useful to me to
>> resolve this problem.)
>
> You can try this:
>
> echo QUIT | gnutls-cli --print-cert --starttls --port 25 foo.bar.com
>
>
> If that doesn't work (i'm having difficulty getting it to behave as i
> would expect right now)

gnutls-cli doesn't understand SMTP, so you would have to do:

gnutls-cli --print-cert --starttls --port 25 foo.bar.com
...
STARTTLS
^D
...

Where ^D is control-d (i.e., EOF).  On Windows, it is ^Z.

/Simon




reply via email to

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