Skip to content

Use secure cipher suites for tls by default - #380

Merged
techknowlogick merged 1 commit into
cesanta:mainfrom
stingshen:stingshen/use_secure_cipher_suites_by_default
Dec 29, 2023
Merged

Use secure cipher suites for tls by default#380
techknowlogick merged 1 commit into
cesanta:mainfrom
stingshen:stingshen/use_secure_cipher_suites_by_default

Conversation

@stingshen

@stingshen stingshen commented Dec 29, 2023

Copy link
Copy Markdown
Contributor

Fixes #379

Tested with docker run --rm -ti drwetter/testssl.sh -e --std 10.3.68.72:5001

image

Comment thread auth_server/main.go
}

tlsConfig := &tls.Config{
PreferServerCipherSuites: true,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PreferServerCipherSuites is deprecated and ignored

@techknowlogick techknowlogick left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙏

@techknowlogick
techknowlogick merged commit 17d6f41 into cesanta:main Dec 29, 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

Successfully merging this pull request may close these issues.

Remove insecure cipher suites

2 participants