Skip to content

Comments

Add Rustls support#129

Closed
KeenS wants to merge 10 commits intoIdein:masterfrom
KeenS:rustls
Closed

Add Rustls support#129
KeenS wants to merge 10 commits intoIdein:masterfrom
KeenS:rustls

Conversation

@KeenS
Copy link
Contributor

@KeenS KeenS commented Jul 20, 2022

fix #812 #128 . This patch bumps MSRV to 1.56.0 because rustls requires it.

name: More unit testing
name: Unit testing with ssl-rustls feature
command: |
RUST_BACKTRACE=1 cargo test -j 8 --verbose --features ssl
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is your intention to specify the ssl-rustls option?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

name: More unit testing with ssl-rustls feature
command: |
docker load -i test-iostream
docker load -i test-signal
Copy link
Collaborator

@eldesh eldesh Jul 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same above (ssl-rustls?).
And in this point, test-iostrem and test-signal are loaded already at More unit testing with ssl feature.

@eldesh
Copy link
Collaborator

eldesh commented Jul 20, 2022

(Are you talking about the #128 ?)

@KeenS
Copy link
Contributor Author

KeenS commented Jul 21, 2022

Rustls does not seem to support connecting to IP address. However, docker uses IP address. Thus we cannot use Rustls for now.

See also
briansmith/webpki#260

@KeenS KeenS closed this Jul 21, 2022
@KeenS KeenS mentioned this pull request May 8, 2023
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.

2 participants