Skip to content

Conversation

@rtadkins
Copy link
Contributor

No description provided.

rtadkins and others added 13 commits December 4, 2025 11:29
By default, the `reqwest` crate uses the system OpenSSL library for its
TLS support. OpenSSL is constantly having security issues and it's not
available on our test system. This commit makes the crate use the
`rustls` crate which doesn't have any support for older, less-secure
ciphers.
@rtadkins rtadkins requested a review from rneswold December 16, 2025 20:00
Copy link
Contributor

@rneswold rneswold left a comment

Choose a reason for hiding this comment

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

Looks good! Congrats!

@rneswold
Copy link
Contributor

The build is failing because of this:

error: this import is redundant
 --> src/graphql/faas/mod.rs:3:1
  |
3 | use reqwest;
  | ^^^^^^^^^^^^ help: remove it entirely```

@rtadkins rtadkins requested a review from rneswold December 24, 2025 20:29
@rneswold rneswold merged commit 03b213e into main Jan 5, 2026
1 check passed
@rneswold rneswold deleted the clinks-rest branch January 5, 2026 19:48
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.

3 participants