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

tx-signer: add HTTPS support #188

Merged
merged 1 commit into from
Oct 20, 2020
Merged

tx-signer: add HTTPS support #188

merged 1 commit into from
Oct 20, 2020

Conversation

tony-iqlusion
Copy link
Member

Closes #107

Uses hyper-rustls to implement HTTPS support.

This still doesn't provide a way to configure a custom truststore for use with an internal CA. It's unclear how to do that with hyper-rustls.

Closes #107

Uses `hyper-rustls` to implement HTTPS support.

This still doesn't provide a way to configure a custom truststore for
use with an internal CA. It's unclear how to do that with
``hyper-rustls`.
@codecov-io
Copy link

Codecov Report

Merging #188 into develop will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #188      +/-   ##
===========================================
- Coverage    21.89%   21.88%   -0.02%     
===========================================
  Files           66       66              
  Lines         2548     2550       +2     
===========================================
  Hits           558      558              
- Misses        1990     1992       +2     
Impacted Files Coverage Δ
src/tx_signer/jsonrpc.rs 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d92c94e...d3a8897. Read the comment docs.

@tony-iqlusion tony-iqlusion merged commit 60a568d into develop Oct 20, 2020
@tony-iqlusion tony-iqlusion deleted the tx-signer/https branch October 20, 2020 21:01
@tony-iqlusion tony-iqlusion mentioned this pull request Oct 22, 2020
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.

tx-signer: HTTPS transaction sources
2 participants