Skip to content

Commit

Permalink
only need the one CA for api-0.core.keybaseapi.com, not both (keybase…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco authored Mar 26, 2018
1 parent 57b3c27 commit 420c6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/libkb/ca.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func GetBundledCAsFromHost(host string) (rootCA []byte, ok bool) {
realAPICA = apiCAOverrideForTest
}
switch {
case host == "api.keybase.io":
case (host == "api.keybase.io" || host == "api-0.core.keybaseapi.com"):
return []byte(realAPICA), true

// Staging CA.
Expand Down

0 comments on commit 420c6ff

Please sign in to comment.