Skip to content

Added support of tokio-rustls and tokio-native-tls#2

Open
Hartigan wants to merge 1 commit intoasynos:asyncfrom
Hartigan:tls-support
Open

Added support of tokio-rustls and tokio-native-tls#2
Hartigan wants to merge 1 commit intoasynos:asyncfrom
Hartigan:tls-support

Conversation

@Hartigan
Copy link

Hi

This pull request contains support of TLS with tokio-rustls and tokio-native-tls crates. I tested it with the CE version of aerospike from official docker image. CE version doesn't support TLS, but I used openssl for wrapping TCP socket into TLS:

socat openssl-listen:4000,reuseaddr,cert=example.server.pem,cafile=example.ca.crt,verify=0,openssl-min-proto-version=TLS1.2,fork,reuseaddr TCP4:localhost:3000

This setup working with aql and version from that pull request.

@Hartigan Hartigan marked this pull request as ready for review January 16, 2023 11:34
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

Successfully merging this pull request may close these issues.

1 participant