Skip to content

Comments

fix(pull): attempt to fix unkown authority error for db pull#4886

Merged
avallete merged 3 commits intodevelopfrom
fix/unknown-authority-bug
Feb 23, 2026
Merged

fix(pull): attempt to fix unkown authority error for db pull#4886
avallete merged 3 commits intodevelopfrom
fix/unknown-authority-bug

Conversation

@avallete
Copy link
Member

What kind of change does this PR introduce?

Attempt to fix the failed to write startup message (x509: certificate signed by unknown authority) error on db pull.

Underneath error seems to comes from slight differences about how the certificat verify is done.
The certificat validation should be delegated, while it seems to be checked at the point where we check if the connection require ssl or not.

@avallete avallete requested a review from a team as a code owner February 23, 2026 11:35
@coderabbitai
Copy link

coderabbitai bot commented Feb 23, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • internal/gen/types/types.go is excluded by !**/gen/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@avallete avallete merged commit 3b68bf2 into develop Feb 23, 2026
12 checks passed
@avallete avallete deleted the fix/unknown-authority-bug branch February 23, 2026 13:55
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.

2 participants