Skip to content

sslVersion setting invalide when openssl version higher than 0x10100000L #1686

Description

@bbbyyl

prety clear in SSLSocket.c
SSLSOcket_createContext function
#if (OPENSSL_VERSION_NUMBER >= 0x10100000L )
will ignore opts->sslVersion and just use TLS_client_method

this may cause tls hand shake failed in some server
wish someone can fix this in the futher, thx.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions