All Content tagged with Transport Layer Security (TLS)
The FreeRTOS Transport Layer Security (TLS) interface is a thin, optional wrapper used to abstract cryptographic implementation details away from the Secure Sockets Layer (SSL) interface above it in the protocol stack.
Content language: English
Select up to 5 tags to filter
Sort by most recent
108 results
Hi there!
I have a service that listens over a normal TCP socket (not HTTP* compatible), and my plan is to run it behind an NLB and offload the SSL to the NLB for clients connecting. However, I've...
When implementing mTLS for an HTTP API in API Gateway and added a trust store with all CA chains, I was surprised to see a warning that API Gateway doesn't support secp521r1 ECC ciphers.
Is there a...
My client is unable to procure a SHA256 root certificate and we are wondering if there is any way to configure a Trust Store with the SHA1 root cert they do have.
This is in regard to the ALB mTLS...
I will be using a remote browser hosted on AWS EC2 instance. I will be giving my personal information to it. How to provide the security here?
Hello, I am currently creating infrastructure with the project in the link above https://github.com/aws-samples/dcv-web-portal. However, when connecting to the DNS containing the auth content of the...
We have an embedded Linux device using IoT Core and authenticating using the files created with the `aws iot create-keys-and-certificate` CLI command. Now, we need to read data from DynamoDB in the...
I can't connect to RDS using TLS. Initially, the issue is probably with the self-signed cert - using "rejectunauthorized: false" works, but I don't want to do that. Then I found out we can pass...
Hi
I still haven't managed to sort completely some issues due to TLS 1.2 becoming the minimum TLS protocol for AWS.
I've added the code snippet
{
...
Hello
I have created AWS RDS DB Proxy in Terraform to connect through it with our application. We are using ssl root certs for encryption. And everything works fine if connect from app to DB...
Every time I try to send request from my frontend to the server, I am getting `Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames` error where hostname:...
Hi, I am working on using https POST to write data block into AWS S3 directly, it is working fine in PC Postman without any dedicated client certificate being installed in the PC. May I confirm there...
Hi AWS, I am trying to attach a self-signed tls certificate with an AWS ALB. The terraform code for the same is:
```
resource "tls_self_signed_cert" "self_signed" {
# key_algorithm =...