[erlang-questions] new ssl vs embedded mode

Dan Gudmundsson dgud@REDACTED
Mon Dec 14 16:17:11 CET 2009


Hi Doug

On Sat, Dec 12, 2009 at 12:31 AM, Dan Gudmundsson <dgud@REDACTED> wrote:
>> SSL: 995: error:{badmatch,{error,undef}} [{ssl_manager,cache_pem_file,1},
>> {ssl_certificate, file_to_certificats,1},
>> {ssl_connection,init_certificates,4}, {ssl_connection,ssl_init,2},
>> {ssl_connection,init,1}, {gen_fsm,init_it,6}, {proc_lib,init_p_do_apply,3}]
>>
>> AFAIK the ssl_manager is not used by new_ssl.
>

ssl_manager is used by the new ssl, and the call seems correct to me.

Have you remembered to load the public_key application,
which is required by ssl if new_ssl is used?

/Dan


More information about the erlang-questions mailing list