Skip to content

Update reqwest from 0.12 to 0.13, to add support for self-signed certificate stored in an OS's trust store.#67

Open
codercommand wants to merge 2 commits into
EpicGames:mainfrom
codercommand:fix-reqwest-tls
Open

Update reqwest from 0.12 to 0.13, to add support for self-signed certificate stored in an OS's trust store.#67
codercommand wants to merge 2 commits into
EpicGames:mainfrom
codercommand:fix-reqwest-tls

Conversation

@codercommand

Copy link
Copy Markdown

Version 0.12 of reqwest doesn't support self-signed certificates that have been added to the OS trust store by default. You must add this feature by adding "rustls-tls-native-roots" flag, or you upgrade to 0.13 which supports self-signed certificates by default. Decided to update to 0.13.

This feature is needed when testing and developing locally with self-signed certificates.

…ificate stored in an OS's trust store.

Signed-off-by: Rian Rutherford <codercommand@gmail.com>
@codercommand

Copy link
Copy Markdown
Author

Investigating fix for linting error.

Signed-off-by: Rian Rutherford <codercommand@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant