|
|
@@ -473,6 +473,7 @@ t_quic_update_opts(Config) ->
|
|
|
{transport_down, #{error := _, status := Status}} when
|
|
|
((Status =:= bad_certificate orelse
|
|
|
Status =:= cert_untrusted_root orelse
|
|
|
+ Status =:= unknown_certificate orelse
|
|
|
Status =:= handshake_failure)),
|
|
|
ConnectFun(Host, Port, [
|
|
|
{cacertfile, filename:join(PrivDir, "ca.pem")} | ClientSSLOpts
|
|
|
@@ -622,6 +623,7 @@ t_quic_update_opts_fail(Config) ->
|
|
|
{transport_down, #{error := _, status := Status}} when
|
|
|
((Status =:= bad_certificate orelse
|
|
|
Status =:= cert_untrusted_root orelse
|
|
|
+ Status =:= unknown_certificate orelse
|
|
|
Status =:= handshake_failure)),
|
|
|
ConnectFun(Host, Port, [
|
|
|
{cacertfile, filename:join(PrivDir, "ca.pem")} | ClientSSLOpts
|