This commit is contained in:
Alistair Smith
2025-05-15 16:26:54 -07:00
parent 6154c5d254
commit 670d6b5454

View File

@@ -352,6 +352,11 @@ void us_internal_trigger_handshake_callback(struct us_internal_ssl_socket_t *s,
struct us_bun_verify_error_t verify_error = us_internal_verify_error(s);
if (!success) {
if (context->options.secure_protocol_method) {
printf("[openssl.c] secure_protocol_method: %s\n", context->options.secure_protocol_method);
} else {
printf("[openssl.c] secure_protocol_method: (null)\n");
}
if (context->options.secure_protocol_method) {
const char *proto = context->options.secure_protocol_method;
if (