Difference between revisions of "Error: error creating ELBv2 Listener"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
  ╷
 
  ╷
  │ Error: error creating ELBv2 Listener (arn:aws:elasticloadbalancing:us-west- 2:898180647767:loadbalancer/app/MyALBName/7a96a604bf6fd67f): ValidationError: [[A certificate must be specified for HTTPS listeners]]
+
  │ Error: error creating ELBv2 Listener (arn:aws:elasticloadbalancing:us-west- 2:123456779:loadbalancer/app/MyALBName/7a96a604bf6fd67f): ValidationError: [[A certificate must be specified for HTTPS listeners]]
 
  │      status code: 400, request id: eeca7431-2397-457a-99ba-b3f2262c8090
 
  │      status code: 400, request id: eeca7431-2397-457a-99ba-b3f2262c8090
 
  │
 
  │
Line 8: Line 8:
 
  │
 
  │
 
  ╵
 
  ╵
 +
 +
{{UnsupportedCertificate}}
 +
 +
[[Error: creating ELBv2 Listener]] (arn:aws:elasticloadbalancing:us-west- 2:123456779:loadbalancer/app/MyALBName/7a96a604bf6fd67f):[[CertificateNotFound]] Certificate 'arn:aws:acm:eu-west-1:898180123455:certificate/3bbeedc6-691c-4bc6-90c3-12343255' not found
 +
  
 
== Related terms ==
 
== Related terms ==
* [[protocol]]
+
* <code>[[protocol]]</code>
[[Error: creating ELBv2 Listener]]
+
* [[UnsupportedCertificate]]
 +
* [[Pending validation]]
  
 
== See also ==
 
== See also ==
* {{terraform plan}}
+
* {{aws_lb_listener}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Latest revision as of 18:00, 25 April 2023

╷
│ Error: error creating ELBv2 Listener (arn:aws:elasticloadbalancing:us-west- 2:123456779:loadbalancer/app/MyALBName/7a96a604bf6fd67f): ValidationError: A certificate must be specified for HTTPS listeners
│       status code: 400, request id: eeca7431-2397-457a-99ba-b3f2262c8090
│
│   with module.alb.aws_lb_listener.this[1],
│   on .terraform/modules/alb/modules/alb/elbv2.tf line 37, in resource "aws_lb_listener" "this":
│   37: resource "aws_lb_listener" "this"{
│
╵


Error: creating ELBv2 Listener (arn:aws:elasticloadbalancing:eu-west-1:1234567890:loadbalancer/app/you-External-ALB/e2345352452): UnsupportedCertificate: The certificate 'arn:aws:acm:eu-west-1:1234567890:certificate/2345325-c3da-4073-9ae024354354321' must have a fully-qualified domain name, a supported signature, and a supported key size.
Error: creating ELBv2 Listener (arn:aws:elasticloadbalancing:us-west- 2:123456779:loadbalancer/app/MyALBName/7a96a604bf6fd67f):CertificateNotFound Certificate 'arn:aws:acm:eu-west-1:898180123455:certificate/3bbeedc6-691c-4bc6-90c3-12343255' not found


Related terms[edit]

See also[edit]

Advertising: