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
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...
1
answers
0
votes
17
views
kurbar
asked 2 days ago
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...
1
answers
0
votes
77
views
Herb
asked 2 months ago
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?
2
answers
0
votes
196
views
Keerthi
asked 2 months ago
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...
1
answers
0
votes
356
views
asked 3 months ago
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...
1
answers
0
votes
671
views
asked 3 months ago
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...
1
answers
0
votes
720
views
Nithish
asked 4 months ago
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 { ...
1
answers
0
votes
153
views
asked 5 months ago
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...
4
answers
0
votes
852
views
asked 6 months ago
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:...
1
answers
0
votes
1471
views
dphntm
asked 6 months ago
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...
1
answers
0
votes
285
views
asked 7 months ago
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 =...
1
answers
0
votes
509
views
profile picture
asked 7 months ago
Hello, I have an issue connecting to my IoT Endpoint in IoT Core. I'm using the example from https://github.com/aws-samples/aws-iot-esp32-arduino-examples/tree/master/examples/basic-pubsub I've...
2
answers
0
votes
249
views
WimDH
asked 7 months ago