Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rustls support #129

Closed
wants to merge 10 commits into from
Closed

Add Rustls support #129

wants to merge 10 commits into from

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

docker load -i test-signal
RUST_BACKTRACE=1 cargo test --verbose --features ssl -- --ignored
- run:
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