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

SQC-333: Revert previous changes #3148

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

ReppCodes
Copy link
Contributor

This commit reverts 1149737. The sslmode change in the previous commit does not work as expected. Connection attempts time out, presumably getting hung while negotiating SSL upgrade. Revert this change until we have the bandwidth to attempt it again.

This commit reverts 1149737.
The sslmode change in the previous commit does not work as expected.
Connection attempts time out, presumably getting hung while negotiating
SSL upgrade. Revert this change until we have the bandwidth to attempt
it again.
@ReppCodes ReppCodes requested review from a team as code owners November 20, 2024 20:56
@@ -80,7 +80,7 @@ uint16_t Hyperdrive::getPort() {

kj::String Hyperdrive::getConnectionString() {
return kj::str(getScheme(), "://", getUser(), ":", getPassword(), "@", getHost(), ":", getPort(),
"/", getDatabase(), "?sslmode=prefer");
Copy link
Member

Choose a reason for hiding this comment

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

you might consider putting the change behind an autogate so that the availability of the change can be rolled out with a salt gate instead of needing a new release.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll have to explore that, I haven't spent a ton of time in the core edgeworker repos yet. Thanks for the tip!

I think this particular change should be okay going out with the next release, though.

Choose a reason for hiding this comment

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

Good to patch this now and have a proper fix in the next release, customers have to install specific version. All local development is broken right now

@thomasgauvin
Copy link

@jasnell @anonrig any chance we can merge this outside of the usual train? local development with Hyperdrive is completely broken right now

@anonrig anonrig merged commit d21c3b8 into cloudflare:main Nov 27, 2024
11 checks passed
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.

4 participants