Hi folks!
I'm trying to enable ssl on my nifty cb site and I've followed the instructions from here:
https://github.com/ChicagoBoss/ChicagoBoss/wiki/Https-example-setup but I get connection reset on client and server says:
[error] Ranch listener boss_https_listener had connection process started with cowboy_protocol:start_link/4 at <0.366.0> exit with reason:
{{keyfile,{badmatch,[]}},[{ranch_ssl,accept_ack,2,[{file,"src/ranch_ssl.erl"},{line,115}]},{cowboy_protocol,init,4,[{file,"src/cowboy_protocol.erl"},{line,91}]}]}
The ssl keys are in project directory ssl and are self signed and I've changed ./deps/boss/priv/rebar/boss_rebal.erl line 178 to:
io:format("~s -pa ~s -boss developing_app ~s -boot start_sasl -config boss ~s -s reloader -s lager -s inets -s ssl -s boss ~s~s~n",
any ideas what I'm doing wrong?
Thank you for your help