Skip to content

ServerCertificate #145

Description

@alexandrius007

Hello,

if I set up

.Configure<AuthTlsOptions>(
              opt =>
              {
                  opt.ServerCertificate = ServerCertificate;
};

Then
await serverCommandFeature.ServerCommandWriter.WriteAsync(new SendResponseServerCommand(response), cancellationToken).ConfigureAwait(false);
sending to client error doen't works (client receive timeout)
image

May be I have to set setup another feature?

If ServerCertificate is commented... ftp work's fine.

Activity

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

Metadata

Metadata

Assignees

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