We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe308d9 commit 307c447Copy full SHA for 307c447
Release/tests/functional/http/client/outside_tests.cpp
@@ -198,7 +198,7 @@ TEST(ignore_server_cert_invalid,
198
http_client_config config;
199
config.set_validate_certificates(false);
200
config.set_timeout(std::chrono::seconds(1));
201
- http_client client(U("https://www.pcwebshop.co.uk/"), config);
+ http_client client(U("https://expired.badssl.com/"), config);
202
203
auto request = client.request(methods::GET).get();
204
VERIFY_ARE_EQUAL(status_codes::OK, request.status_code());
0 commit comments