pub unsafe extern "C" fn cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init(
    cluster: *mut CassCluster,
    path: *const c_char
) -> CassError
Expand description

Same as cass_cluster_set_cloud_secure_connection_bundle(), but it does not initialize the underlying SSL library implementation. The SSL library still needs to be initialized, but it’s up to the client application to handle initialization. This is similar to the function cass_ssl_new_no_lib_init(), and its documentation should be used as a reference to properly initialize the underlying SSL library.

@see cass_ssl_new_no_lib_init() @see cass_cluster_set_cloud_secure_connection_bundle()

@param[in] cluster @param[in] path Absolute path to DBaaS credentials file. @return CASS_OK if successful, otherwise error occured.