Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DomainManger is not updating TLS to 1.2 #371

Closed
ghost opened this issue Jul 28, 2020 · 3 comments
Closed

DomainManger is not updating TLS to 1.2 #371

ghost opened this issue Jul 28, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 28, 2020

I have Domain Manger updated to "serverless-domain-manager": "^4.2.0" and added TLS to my serverless config like

customDomain:
    domainName: 'DOMAIN'
    basePath: 'PATH'
    stage: STAGE
    certificateName: 'CERTIFICATE'
    createRoute53Record: true
    endpointType: 'regional'
++  securityPolicy: tls_1_2

so when I deploy my API Gateway I will get these here:
Serverless: Custom domain XXXX already exists.
and its still TLS 1.0

@brettdh
Copy link
Contributor

brettdh commented Jan 11, 2022

Problem still exists in version 5.2.0.

Interestingly, I do see this in the output:

Serverless Domain Manager: Info: Updated API mapping from '' to '(none)' for <my-domain>

so I know it can update some things, anyway.

@msiuts
Copy link

msiuts commented Jan 10, 2023

This sounds similar or the same:
#516

@rddimon
Copy link
Collaborator

rddimon commented Feb 6, 2023

Hi @topfblumen

Hope you have solved this issue.

We are not supporting version 5.x anymore please try our latest version 6.x and let us know in case of any issues

@rddimon rddimon closed this as completed Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants