cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Digital Certificates

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 18 Jun 2002 10:06:50 +0200 (MET DST)

On Mon, 17 Jun 2002, Steven R. Shourds wrote:

> curl: (35) SSL: error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert
> certificate unknown

I quote http://www.openssl.org/docs/ssl/SSL_alert_type_string.html

<quote>
  When one side of an SSL/TLS communication wants to inform the peer about a
  special situation, it sends an alert. The alert is sent as a special
  message and does not influence the normal data stream (unless its contents
  results in the communication being canceled).

...

  "CU"/"certificate unknown"

  Some other (unspecified) issue arose in processing the certificate,
  rendering it unacceptable.

</quote>

It seems as if the server doesn't like your certificate or something.

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                      >>>     http://thinkgeek.com/sf    <<<
Received on 2002-06-18