[erlang-questions] SSL: "unknown ca"

Tristan Sloughter t@REDACTED
Sat Jan 31 22:17:54 CET 2015


So whatever ca file path you are providing to the Erlang module is
wrong.

You asked what the error was, people have continually told you what it
is.

-- 
  Tristan Sloughter
  t@REDACTED

On Sat, Jan 31, 2015, at 03:07 PM, e@REDACTED wrote:
> On 01/31/2015 10:00 PM, Tristan Sloughter wrote:
> >
> > https://www.openssl.org/docs/ssl/SSL_alert_type_string.html
> 
> A valid certificate chain or partial chain was received, but the 
> certificate was not accepted because the CA certificate could not be 
> located or couldn't be matched with a known, trusted CA.
> 
> WHICH certificate?
> 
> The certificates i supplied to ssl as:
> 'cacertfile'
> 'certfile'
> 
> are both valid according to the system's 'openssl':
> 
>  > openssl verify -CApath /etc/ssl/certs server.crt
> server.crt: OK
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list