feat: add Sectigo Public Server Authentication Root R46 certificate#206
Draft
ZdenekSrotyr wants to merge 1 commit intomasterfrom
Draft
feat: add Sectigo Public Server Authentication Root R46 certificate#206ZdenekSrotyr wants to merge 1 commit intomasterfrom
ZdenekSrotyr wants to merge 1 commit intomasterfrom
Conversation
Add missing Sectigo Public Server Authentication Root R46 CA certificate to resolve SSL certificate verification issues when connecting to APIs using this certificate authority. Fixes SUPPORT-13812 Co-Authored-By: zdenek.srotyr@keboola.com <zdenek.srotyr@keboola.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add Sectigo Public Server Authentication Root R46 certificate
Summary
This PR adds the missing Sectigo Public Server Authentication Root R46 CA certificate to the Generic Extractor Docker image to resolve SSL certificate verification failures when connecting to APIs that use this certificate authority.
Changes:
docker/SectigoPublicServerAuthenticationRootR46.crtcontaining the root certificateDockerfileto copy the certificate into/usr/local/share/ca-certificates/whereupdate-ca-certificateswill automatically trust itContext: Fixes SUPPORT-13812 where users were encountering "CURL error 60: SSL certificate problem: unable to get local issuer certificate" when the Generic Extractor tried to connect to APIs using Sectigo's R46 certificate.
Review & Testing Checklist for Human
docker/SectigoPublicServerAuthenticationRootR46.crtmatches the official Sectigo Public Server Authentication Root R46 certificate from a trusted source (e.g., directly from Sectigo or a certificate transparency log)Recommended Test Plan:
docker run <image> ls -la /usr/local/share/ca-certificates/Notes
The certificate is placed before the
update-ca-certificatescommand in the Dockerfile, following the same pattern as the existing DigiCert and GeoTrust certificates.Link to Devin run: https://app.devin.ai/sessions/7fd95fda20124723a4de92f4d5d1ae9c
Requested by: zdenek.srotyr@keboola.com (@ZdenekSrotyr)