[erlang-questions] SSL: "unknown ca"
PAILLEAU Eric
eric.pailleau@REDACTED
Sat Jan 31 22:27:19 CET 2015
Le 31/01/2015 22:24, PAILLEAU Eric a écrit :
> Le 31/01/2015 22:14, e@REDACTED a écrit :
>> {cacertfile, Dir ++ "ca.crt"},
>> {certfile, Dir ++ "server.crt"},
>> {keyfile, Dir ++ "server.key"}
>
> What is Dir ?
>
> BTW you should use filename:join/2 instead ++ ...
I precise my question :
- I understood you use cowboy as server, but are you using an Erlang
client ?
- Are you using same directories/cert files for server and client ?
More information about the erlang-questions
mailing list