comparison OrthancFramework/UnitTestsSources/RestApiTests.cpp @ 4998:e9f9711667e1

updated CA for HttpClient.Ssl test
author Alain Mazy <am@osimis.io>
date Fri, 06 May 2022 10:26:22 +0200
parents 43e613a7756b
children e56a6beb454e
comparison
equal deleted inserted replaced
4996:0f0ada196993 4998:e9f9711667e1
108 108
109 (3) Once we get the URL to the CA certificate, we convert it to a C 109 (3) Once we get the URL to the CA certificate, we convert it to a C
110 macro that can be used by libcurl: 110 macro that can be used by libcurl:
111 111
112 # cd UnitTestsSources 112 # cd UnitTestsSources
113 # ../Resources/RetrieveCACertificates.py BITBUCKET_CERTIFICATES https://www.digicert.com/CACerts/DigiCertHighAssuranceEVRootCA.crt > BitbucketCACertificates.h 113 # ../Resources/RetrieveCACertificates.py BITBUCKET_CERTIFICATES https://cacerts.digicert.com/DigiCertSHA2HighAssuranceServerCA.crt > BitbucketCACertificates.h
114 **/ 114 **/
115 115
116 #include "BitbucketCACertificates.h" 116 #include "BitbucketCACertificates.h"
117 117
118 TEST(HttpClient, Ssl) 118 TEST(HttpClient, Ssl)