Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ServerCertificate #145

Open
alexandrius007 opened this issue Sep 29, 2022 · 2 comments
Open

ServerCertificate #145

alexandrius007 opened this issue Sep 29, 2022 · 2 comments
Assignees

Comments

@alexandrius007
Copy link

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.

@fubar-coder
Copy link
Contributor

Is there an error on the server side? IIRC there's nothing you have to configure to enable FTPS.

@fubar-coder fubar-coder self-assigned this Sep 29, 2022
@alexandrius007
Copy link
Author

I changed BUILD definitions to USE_SYNC_SSL_STREAM and manipulation with certificate... helped me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants