Skip to content

fix: don't use custom certificate bundle if no customer certificates are configured - #45877

Merged
icewind1991 merged 1 commit into
masterfrom
fix-default-cert-bundle-path
Jun 24, 2024
Merged

fix: don't use custom certificate bundle if no customer certificates are configured#45877
icewind1991 merged 1 commit into
masterfrom
fix-default-cert-bundle-path

Conversation

@icewind1991

Copy link
Copy Markdown
Member

Fixes a basic logic error 🙈

@icewind1991icewind1991 added the 3. to review Waiting for reviews label Jun 14, 2024
@icewind1991icewind1991 added this to the Nextcloud 30 milestone Jun 14, 2024
@icewind1991
icewind1991 requested review from a team, ArtificialOwl, sorbaugh and yemkareems and removed request for a teamJune 14, 2024 11:36
@icewind1991

Copy link
Copy Markdown
MemberAuthor

/backport to stable29

@icewind1991

Copy link
Copy Markdown
MemberAuthor

/backport to stable28

@icewind1991

Copy link
Copy Markdown
MemberAuthor

/backport to stable27

…are configured
Signed-off-by: Robin Appelman <robin@icewind.nl>
@blizzz
blizzzforce-pushed the fix-default-cert-bundle-path branch from 2d5984e to e140907CompareJune 14, 2024 14:27
@icewind1991
icewind1991 enabled auto-merge June 17, 2024 13:03
@backportbot

Copy link
Copy Markdown

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29
# Create the new backport branch
git checkout -b backport/45877/stable29
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick e1409071
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/45877/stable29

Error: Failed to push branch backport/45877/stable29: fatal: could not read Username for 'https://github.com': No such device or address


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@icewind1991

Copy link
Copy Markdown
MemberAuthor

/backport to stable29

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@icewind1991@artonge@yemkareems