verify_retry_cb
SSL_CTX_set_cert_verify_callback(client_ctx, &verify_retry_cb, NULL);
SSL_CTX_set_cert_verify_callback(cctx, verify_retry_cb, NULL);