Fraser Darwent
Fraser Darwent
I think a solution is to modify the code to something like this so it only attempts to delete the file on truncate if it exists, but I'm not certain...
Also encountered this. Using a previous version as suggested works fine.
Running into the same issue that this PR fixes @federico123579
Currently Vector uses `mozilla_intermediate` SSL acceptor for TLS default settings, which as detailed in this issue https://github.com/sfackler/rust-openssl/issues/1453 disables TLS1.3 by default. I would suggest following the recommendation on that issue...