adamant-dress-73325
08/01/2019, 8:13 PM[Listener] was not connected to a [defaultAction] that can provide [portMapping]s
. Do you know what might be happening?
const httpsListener = targetGroup.createListener('https-443-listener', {
certificateArn: options.certificateArn,
defaultAction: {
fixedResponse: {
contentType: 'text/html',
messageBody: '<!DOCTYPE html><title>404 - Not Found</title><body><h1>404 - Not Found',
statusCode: '404',
},
type: 'fixed-response',
},
external: true,
port: 443,
protocol: 'HTTPS',
sslPolicy: 'ELBSecurityPolicy-2016-08',
});
lemon-spoon-91807
08/01/2019, 8:14 PMadamant-dress-73325
08/01/2019, 8:16 PMlemon-spoon-91807
08/01/2019, 8:17 PMadamant-dress-73325
08/01/2019, 8:18 PMlemon-spoon-91807
08/01/2019, 8:18 PMportMappings: [httpsListener]
portMappings: [targetGroup]
adamant-dress-73325
08/01/2019, 8:20 PMlemon-spoon-91807
08/01/2019, 8:20 PMts
targetGroup.createListener('https-443-listener', {
certificateArn: options.certificateArn,
defaultAction: {
fixedResponse: {
contentType: 'text/html',
messageBody: '<!DOCTYPE html><title>404 - Not Found</title><body><h1>404 - Not Found',
statusCode: '404',
},
type: 'fixed-response',
}
adamant-dress-73325
08/01/2019, 8:23 PMlemon-spoon-91807
08/01/2019, 8:23 PMadamant-dress-73325
08/01/2019, 8:27 PMlemon-spoon-91807
08/01/2019, 8:27 PMadamant-dress-73325
08/01/2019, 8:30 PMlemon-spoon-91807
08/01/2019, 8:31 PMadamant-dress-73325
08/01/2019, 8:35 PM