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

SSL sessions not reused by nUpdate Administration client #86

Open
FireEmerald opened this issue Dec 14, 2019 · 3 comments
Open

SSL sessions not reused by nUpdate Administration client #86

FireEmerald opened this issue Dec 14, 2019 · 3 comments

Comments

@FireEmerald
Copy link

FireEmerald commented Dec 14, 2019

A common ftp package for linux is proftp.

However nUpdate Administration does throw a error when connecting to such a server with default configuration.

I traced the error down and the problem seems like nUpdate Administration client did not reuse SSL session and therefore get's a rejecting data connection.

The workaround then, is to add the TLSOption to your configuration, i.e.:

  # Relax the requirement that the SSL session be reused for data transfers
  TLSOptions NoSessionReuseRequired

This is more a information for you - perhaps take a closer look how you handle ssl sessions.

@dbforge
Copy link
Owner

dbforge commented Dec 15, 2019

Hi,

thanks for the hint and workaround. Indeed SSL is not handled as good as it should now. The validation callback just always evaluates to true.
Have to do something about that.

Best,
Dominic

@dbforge dbforge closed this as completed Aug 25, 2020
@FireEmerald
Copy link
Author

Did you improved the session handling or just closed the issue?

@dbforge
Copy link
Owner

dbforge commented Aug 25, 2020

Hi,

I just closed the issue so that it is not hanging around there forever. I have currently no time to provide a change to that for v3.x and I am not sure, when and if I'll publish new updates to v3.x unless there is a secflaw. My focus would actually rely on v4 where everything has changed in any case. If you want to further investigate and let this issue open, let me know.

Best,
Dominic

@dbforge dbforge reopened this Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants