Skip to content

sni-hostname no longer settable #313

Description

@steve-misky

broken with v1.1.4

HttpConnectionOptions Class
http_connection_options:23

Change in 1.1.4 forces the sni_hostname, EVEN if already provided

@tls[:sni_hostname] = uri.host

Simple FIX (to retain the sni_hostname IF already provided

@tls[:sni_hostname] ||= uri.host

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions