File tree Expand file tree Collapse file tree 3 files changed +1941
-22
lines changed Expand file tree Collapse file tree 3 files changed +1941
-22
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sub read_file {
2828}
2929
3030our $ DSTRootCertificate = read_file(" t/cert/dst-ca.crt" );
31- our $ EquifaxRootCertificate = read_file(" t/cert/equifax .crt" );
31+ our $ GoogleRootCertificate = read_file(" t/cert/google .crt" );
3232our $ TestCertificate = read_file(" t/cert/test.crt" );
3333our $ TestCertificateKey = read_file(" t/cert/test.key" );
3434our $ TestCRL = read_file(" t/cert/test.crl" );
@@ -890,7 +890,7 @@ SSL reused session
890890
891891-- - user_files eval
892892" >>> trusted.crt
893- $::EquifaxRootCertificate "
893+ $::GoogleRootCertificate "
894894
895895-- - stream_response_like chop
896896\Aconnected: 1
@@ -1052,7 +1052,6 @@ SSL reused session
10521052
10531053-- - user_files eval
10541054" >>> trusted.crt
1055- $::EquifaxRootCertificate
10561055$::DSTRootCertificate"
10571056
10581057-- - stream_response
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments