Skip to content

Commit

Permalink
Try out use_default_verify
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jul 11, 2024
1 parent bf4415d commit ab751f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cpprealm/internal/network/network_transport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,7 @@ namespace realm::networking {
if (m_configuration.ssl_trust_certificate_path) {
m_ssl_context.use_certificate_chain_file(*m_configuration.ssl_trust_certificate_path);
} else {
#if REALM_INCLUDE_CERTS
m_ssl_context.use_included_certificate_roots();
#endif
m_ssl_context.use_default_verify();
}

if (url_scheme == URLScheme::HTTPS) {
Expand Down

0 comments on commit ab751f5

Please sign in to comment.