cdrs icon indicating copy to clipboard operation
cdrs copied to clipboard

rust-tls feature seemingly unusable

Open code-elf opened this issue 4 years ago • 2 comments

Hi! First off, thank you for a great library. I saw that support for rustls was recently added to cdrs - however, it seems that a crucial part is missing to be able to use it. Unless I'm overlooking anything, it's currently not actually possible to construct a session to connect using it, as there's no new_rusttls (or similar) method available in session.rs to use the RustlsConnectionPool. Is there any way to use this or does such a method need to be added?

code-elf avatar May 17 '20 00:05 code-elf

@MayaWolf 🙁 It should be added to session. I don't understand why it wasn't. Anyway, I can assign myself to this issue unless you'd like to try. Please let me know.

AlexPikalov avatar May 28 '20 20:05 AlexPikalov

Is there a workaround? How to create a session?

a1ph avatar Aug 15 '20 23:08 a1ph