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

fix: have ssl handshake check hostname #283

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jackwotherspoon
Copy link
Collaborator

@jackwotherspoon jackwotherspoon commented Mar 22, 2024

For Cloud SQL we need to disable checking hostname of ssl handshake because IP address does not match SAN. However, for AlloyDB this is not the case and the IP address can be validated as the host name.

Fixes #313

@jackwotherspoon jackwotherspoon self-assigned this Mar 22, 2024
@jackwotherspoon jackwotherspoon changed the title WIP: check hostname fix: check hostname Mar 28, 2024
@jackwotherspoon jackwotherspoon changed the title fix: check hostname fix: have ssl handshake check hostname Mar 28, 2024
@enocom enocom added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 2, 2024
@enocom
Copy link
Member

enocom commented May 2, 2024

We need to hold off on this until PSC DNS is populated in all existing certificates.

@enocom enocom removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 17, 2024
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.

Enable host name checking
2 participants