-
-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Assignees
@alexandrius007
Description
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