Test
let ethereal_conf_with_single_ca_cert =
(* Use PEM file containing correct chain *)
Config.set_ca_cert "../../../ethereal-email-chain.pem" ethereal_conf_with_ca_detect
in
...
; Alcotest_lwt.test_case
"Send plain text email, use specific CA cert file"
`Slow
(test_send_plain_text_email ethereal_conf_with_single_ca_cert)
throws
[failure] Sending email failed, TLS failure: BAD_CERTIFICATE
@mikonieminen Do you have any idea why? Where did you get that file?
Test
throws
[failure] Sending email failed, TLS failure: BAD_CERTIFICATE@mikonieminen Do you have any idea why? Where did you get that file?