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...
2
answers
0
votes
109
views
Ian
asked 17 days ago
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
38
views
kurbar
asked a month 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
94
views
Herb
asked 3 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
214
views
Keerthi
asked 3 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
371
views
asked 4 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
690
views
asked 4 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
750
views
Nithish
asked 5 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
163
views
asked 6 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
972
views
asked 7 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
1739
views
dphntm
asked 7 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
295
views
asked 8 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
551
views
profile picture
asked 8 months ago