prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
311 stars 113 forks source link

update tokio_rustls #306

Closed Liyixin95 closed 11 months ago

Liyixin95 commented 11 months ago

update tokio_rustls from 0.23.x to 0.24.x

tomhoule commented 11 months ago

Hmm, there are errors in the tests that look TLS-related. I don't have time to investigate right now unfortunately, but I think you should have access to the CI output.

Liyixin95 commented 11 months ago

Hmm, there are errors in the tests that look TLS-related. I don't have time to investigate right now unfortunately, but I think you should have access to the CI output.

The vendored-openssl is also failed. Both errors are "certificate has expired". And I find your server.crt has expired at 2023-07-16. So, maybe you need to update your certificate?

Liyixin95 commented 11 months ago

I can regenerate certificates according to the README in docker/certs, if you don't mind.

tomhoule commented 11 months ago

Aaah I see, yes if you can that would be awesome.

Liyixin95 commented 11 months ago

Aaah I see, yes if you can that would be awesome.

The cert has been updated.

tomhoule commented 11 months ago

Thank you! Tests are green, let's merge :)