Skip to content

Allow TLS connections (not client authentication) #2

@devployment

Description

@devployment

Looks like the input does not connect to TLS enabled endpoints.

In my case the connection would need to established with something like this

factory.Ssl.Enabled = true;
factory.Ssl.AcceptablePolicyErrors = SslPolicyErrors.RemoteCertificateNameMismatch;

I would suggest to make these two settings options of the input configuration.

If accepted, I can create a PR related to this.

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