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

https: ureq http client with tls support #560

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mzachar
Copy link

@mzachar mzachar commented Sep 11, 2024

Implements #490 HTTPS connector support

Replaced http client with ureq with TLS support

With TLS suppport it would propably make sense to split the HttpConfig into:

  • Http(Client/Connector)Config
    url
    cacert
  • HttpServerConfig
    addr
    port
    certificate
    certificate_key

If you think thats good idea or you have any other comments just let me know and I will update the PR

@mzachar mzachar force-pushed the main branch 2 times, most recently from 4638a9c to baa9ae9 Compare October 15, 2024 19:25
- supports both native-tls and rustls
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