Skip to content

ServerCertificate #145

@alexandrius007

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.

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