: ContextImpl(scope, config, tls_certificates, factory_context, nullptr /* additional_init */,
absl::StatusOr<bssl::UniquePtr<SSL>> ssl_con_or_status(ContextImpl::newSsl(options, host));
// At this point in the code the ALPN has already been set (if present) to the value specified in
// the TLS context. We've stored this value in parsed_alpn_protocols_ so we can check that to see