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 408ce18 commit b72232fCopy full SHA for b72232f
ut/ssl_ut.cpp
@@ -24,6 +24,8 @@ namespace {
24
// On Ubuntu 20.04 /etc/ssl/certs is a default directory with the CA files
25
const auto DEAFULT_CA_DIRECTORY_PATH = "/etc/ssl/certs";
26
#elif defined(__APPLE__)
27
+// On macOS we will rely on Homebrew's OpenSSL installation
28
+const auto DEAFULT_CA_DIRECTORY_PATH = "/usr/local/etc/openssl@1.1/cert.pem";
29
#elif defined(_win_)
30
#endif
31
0 commit comments