You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to GET a website signed by USERtrust RSA Certification Authority returns x509: certificate signed by unknown authority even though the root certificate is in system roots with default settings of "Use System Defaults". At first I thought this might be due to #27175, however this issue occurs regardless of cgo being enabled or not. Note: the GET request succeeds on windows using the default system pool. @FiloSottile any thoughts on why this might be happening, could this be caused by the incomplete certificate chain on the given website? If so shouldn't the same issue occur on windows?
After futher investigation it seems like it is likely a chain issue, closing as #31773 already proposes adding Authority Information Access support to crypto/tls.
On Tue, Feb 4, 2020 at 11:29 AM Frank Chiarulli Jr. < ***@***.***> wrote:
After futher investigation it seems like it is likely a chain issue,
closing as #31773 <#31773> already
proposes adding Authority Information Access support to crypto/tls.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#37017?email_source=notifications&email_token=AAJLETRAWPRTYOCCHLPVYS3RBGJU3A5CNFSM4KPZPMR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKYIPCQ#issuecomment-581994378>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJLETTSUZPFM3AIPCQYBTLRBGJU3ANCNFSM4KPZPMRQ>
.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Attempting to GET a website signed by
USERtrust RSA Certification Authority
returnsx509: certificate signed by unknown authority
even though the root certificate is in system roots with default settings of "Use System Defaults". At first I thought this might be due to #27175, however this issue occurs regardless of cgo being enabled or not. Note: the GET request succeeds on windows using the default system pool. @FiloSottile any thoughts on why this might be happening, could this be caused by the incomplete certificate chain on the given website? If so shouldn't the same issue occur on windows?Here is a minimal example:
Certificate Chain:
Trust Settings:
What did you expect to see?
200 OK
What did you see instead?
Get https://www.tian-restaurant.com/: x509: certificate signed by unknown authority
The text was updated successfully, but these errors were encountered: