We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I need to disable some TLS ciphers in the mokey web service. What's the best way to do so?
Specifically:
TLSv1.2:
TLSv1.3:
Thanks!
The text was updated successfully, but these errors were encountered:
Looks like mokey might need some amendments in the code to implement the setting of this in the TOML file / via options from https://pkg.go.dev/net/http#hdr-Clients_and_Transports
For now I would recommend configuring a reverse proxy with the OS native NGINX / Apache or something like the SWAG docker.
Sorry, something went wrong.
@mattgahs We currently do not support setting custom TLS ciphers. As @Aterfax mentioned, you have a few options:
I'll add this issue as a feature so in the future we can support custom ciphers. If you do end up implementing option 2 feel free to submit a PR.
No branches or pull requests
Hello!
I need to disable some TLS ciphers in the mokey web service. What's the best way to do so?
Specifically:
TLSv1.2:
TLSv1.3:
Thanks!
The text was updated successfully, but these errors were encountered: