Skip to content

There is no way to resolve host in advance and connect to HTTPS server with SNI. #3123

@alexey-milovidov

Description

@alexey-milovidov

Suppose we have three items:

  • hostname;
  • already resolved host address;
  • port.

And I want to connect to https server with SNI but without additional resolution of hostname.
It looks impossible in current Poco interface.

It's possible to initialize SecureStreamSocket with these parameters, but I cannot provide already connected SecureStreamSocket to construct HTTPSClientSession.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions