I've got an AWS API GW that I'm trying to hook up to HTTPS REST endpoints in a different VPC. According to AWS support and the docs I've ready the solution is to use a VPC link pointing to an NLB in the GWs VPC with IP targets in the other VPC. My NLB is HTTPS since the backend services are HTTPS. For the NLB SSL certificate I used ACM to generate a private certificate (based on an ACM private CA). When I test the GW, I get the dreaded General SSLEngine problem error. The NLB is working fine, I can hit it from my browser and get data back from the back-end services. Does the VPC link not trust private certificates? I don't see any way to add CAs. This whole arrangement seems very convoluted to me. Any suggestions?
Can I use VPC Link to NLB with ACM private certificate?
1.4k Views Asked by Malcolm McRoberts At
1
There are 1 best solutions below
Related Questions in AWS-API-GATEWAY
- AWS Custom Authorizer with request parameters
- How can i call AWS Step Functions by API Gateway?
- AJAX seems to be unable to GET AWS API Gateway even with CORS enabled
- AWS API Gateway - How do I get the date/timestamp/epoch in a body mapping template?
- Serverless CORS Error: Did not find method in CORS header ‘Access-Control-Allow-Methods'
- How do I use a Firebase Hosting SSL Certificate for AWS API Gateway?
- How do I call an AWS_IAM authorized API Gateway endpoint from AWS Lambda who's execution role has permission to do so?
- Specify the Headers for Office 365 Push Notifications
- Passing ARN reference from CloudFormation to Swagger
- Error message when calling Api Gateway with signature
- CORS defeats AWS LAMBDA :(
- AWS APIGatewayClient(Swift) doesn't work in Swift3?
- IAM user id from AWS signature?
- Why is the deployment zone is greyed out in AWS api gateway deployment?
- AWS API Gateway proxy endpoint
Related Questions in AMAZON-VPC
- Pinging a private IP from one private subnet to another private subnet
- Preventing incoming (RDP) access from AWS VPC
- Setting a private IP on AWS ElastiCache Redis
- Using an AWS RDS instance across multiple VPC
- Elastic Beanstalk EC2 instance unknown host issue
- How should a .dockercfg file be hosted in a Mesosphere-on-AWS setup so that only Mesosphere can use it?
- Is it possible to run kubernetes in a shared AWS VPC private network, without dns hostnames enabled?
- EC2 instance cannot access Internet
- What are the reasons to use private subnet in aws vpc?
- Is AWS VPC CIDR shared with other accounts?
- WebServers cannot connect to app server ELB - AWS
- AWS EC2 goes to stopped state when creating it
- Setting up a non-default VPC with a public and a private subnet and without using the "Create VPC" wizard
- Unable to connect redis server on AWS EC2 port 6379
- Lambda integration with VPC from payment gateway
Related Questions in NLB
- SSRS 2008R2 Report not displaying with IE 11 in load balanced environment.
- Can you use a NLB address in a MSMQ call?
- Kubernetes AWS NLB Services Create Excessive Amount Of Security Group Rules
- Is it possible to use ASP.NET Core + IdentityServer4 JWT in AWS PrivateLink?
- how to invoke a request to a network load balancer(nlb) vpc endpoint from a lambda function in aws
- NLB - Multiple NLBs in EKS?
- aws how to access an ECS service from a lambda function in production env
- Windows Server AppFabric Web Farm with NLB
- Windows Event Collector Load Balancing to multiple Collectors
- Internal NLB gives connection refused
- TCP Based Service behind Network Load Balancer : How to pull Client IP?
- Which ports for unreal pixelstreaming
- AWS Network Load Balancers - SSL/TLS termination & E2E Encryption
- Shibboleth SP in cluster environment
- How to correctly load balance requests from a Java client to an NLB over multiple AZs
Related Questions in AWS-CERTIFICATE-MANAGER
- How to enable HTTPS on AWS Elastic Load Balancer?
- Moving Wordpress from Http To https
- Redirect http to https , what is ssl configuration?
- How to enable automatic mTLS using istio mesh in AWS EKS?
- Where are the SSL certificates issued by AWS are stored on the server so I can direct Neo4J to them?
- Imported Private Certificates cannot be linked to Api Gateway in AWS
- Terraform, AWS and importing existing SSL certificates
- SSL Certificate: NET::ERR_CERT_AUTHORITY_INVALID
- MTLS AWS with 4096 RSA imported key
- AWS Api Gateway custom domain name certificate blocked in pending state (Terraform)
- Why SSL certificate(issued through AWS Certificate Manager) fails to apply on Apache2 server running on EC2 Linux instance?
- Secure Connection Failed SEC_ERROR_REVOKED_CERTIFICATE when Certificate shows as active in AWS
- ACM Certificate with Wildcard does not Work for the Newly Created Subdomain
- Website not able to access backend hosted at EC2 after SSL installation through Amazon Certificate Manager
- How do i create a .p12 (or .jks) file from aws Export certificate?
Related Questions in SSLENGINE
- SSLEngine but without delegated task
- Android SSLEngine BUFFER_UNDERFLOW after unwrap while reading
- How can I increase server SSL performance
- Spring WebClient throws javax.net.ssl.SSLException: SSLEngine closed already when used heavily
- How can I get the domain name of the request before using SSLEngine?
- How to use Conscrypt library for ssl socketchannel in android?
- Getting SSL PROTOCOL EXCEPTION in android using sslEngine
- create an SSLContext instance using a Bouncy Castle provider
- SSLEngine handshaking stuck after task
- Java nio socketchannel read early eos in safari and IOS with TLS1.2
- How to set custom DH group in Java SSLEngine to prevent Logjam attack?
- Print Decoded Data after SSLEngine Handshake is FINISHED
- Can I use VPC Link to NLB with ACM private certificate?
- How to enable cipher TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 in SSLEngine
- Having trouble getting Oracle SSLEngineSimpleDemo.java working
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have encountered the same problem and after many tests found the root of the problem in the documentation of the API-Gateway. Basically, API-Gateway will not work with any certificates derived from the ACM's Private CAs. This is a list of all valid CAs to use with the API-Gateway:
https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html