Replies: 1 comment 2 replies
-
Hi @namolnad, We haven't exposed a way to configure the minimum TLS version, however Kamal Proxy should already require TLS 1.2. I would expect to see an 'A' rating at SSL Labs. Can I just confirm, you're not running anything else in front of Kamal Proxy, are you? Your DNS points directly to the host that your Kamal app is deployed on? Also, which Kamal version are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I've just deployed a new app with kamal, and use the built-in support for SSL. I'm seeing some users unable to access the site when on an office network. I suspect this may be due to my minimum TLS version being 1.0, and causing my SSL report at ssllabs.com to provide a
B
score. I'm curious if there is a way to set the minimum TLS version and bump it up to 1.2 to allow my domain to receive a score ofA
.Below is what my deploy.yml file looks like, in case that's helpful.
Thanks so much for your help!
Beta Was this translation helpful? Give feedback.
All reactions