Skip to content

Add Rustls support - #129

Closed
KeenS wants to merge 10 commits into
Idein:masterfrom
KeenS:rustls
Closed

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

Conversation

@KeenS

@KeenS KeenS commented Jul 20, 2022

Copy link
Copy Markdown
Contributor

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

Comment thread .circleci/config.yml Outdated
name: More unit testing
name: Unit testing with ssl-rustls feature
command: |
RUST_BACKTRACE=1 cargo test -j 8 --verbose --features ssl

Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

lol

Comment thread .circleci/config.yml
name: More unit testing with ssl-rustls feature
command: |
docker load -i test-iostream
docker load -i test-signal

@eldesh eldesh Jul 20, 2022

Copy link
Copy Markdown
Collaborator

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

eldesh commented Jul 20, 2022

Copy link
Copy Markdown
Collaborator

(Are you talking about the #128 ?)

@KeenS

KeenS commented Jul 21, 2022

Copy link
Copy Markdown
Contributor Author

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