Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1265,9 +1265,9 @@ See the earlier part of this section for details on what environments are suppor

Some platforms are not loading the system CA list properly due to quirks with how the platforms work.

#### AWS Lambda .NET CA Loading Issues
#### AWS Lambda .NET 8 CA Loading Issues

Due to a [recent change](https://github.com/aws/aws-lambda-dotnet/pull/1661) in newer AWS .NET Lambda images to force
Due to a [change](https://github.com/aws/aws-lambda-dotnet/pull/1661) in AWS .NET 8 Lambda images to force
override the `SSL_CERT_FILE` environment variable, the CA list cannot be loaded from the system properly in our
Rust-based extension. This may cause errors like:

Expand Down
Loading