mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-09 17:23:53 +00:00
Close #1531
This commit is contained in:
parent
88a9278872
commit
5f18642271
@ -4616,7 +4616,7 @@ TEST(SSLClientTest, ServerNameIndication_Online) {
|
||||
}
|
||||
|
||||
TEST(SSLClientTest, ServerCertificateVerification1_Online) {
|
||||
SSLClient cli("google.com");
|
||||
Client cli("https://google.com");
|
||||
auto res = cli.Get("/");
|
||||
ASSERT_TRUE(res);
|
||||
ASSERT_EQ(301, res->status);
|
||||
|
Loading…
x
Reference in New Issue
Block a user