|
|
Chromium Code Reviews|
Created:
5 years, 7 months ago by Avi (use Gerrit) Modified:
5 years, 5 months ago CC:
chromium-reviews Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionUse the correct URL for ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY errors.
BUG=490260, 490240
TEST=as in bug
Committed: https://crrev.com/aa9abe7692a3ee99b69811594938d97cb180351e
Cr-Commit-Position: refs/heads/master@{#330799}
Patch Set 1 #Patch Set 2 : www #Messages
Total messages: 17 (6 generated)
avi@chromium.org changed reviewers: + brettw@chromium.org
Quick fix.
On 2015/05/20 18:21:22, Avi wrote: > Quick fix. agl has this in https://codereview.chromium.org/1149733002/.
agl@chromium.org changed reviewers: + agl@chromium.org
LGTM. (Duplicate of https://codereview.chromium.org/1149733002, which I'll close.)
The CQ bit was checked by avi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148943002/1
The CQ bit was unchecked by avi@chromium.org
The linked page seems to have nothing to do with the error in question. If I'm understanding the error, it's a weak SSL key that we reject for some reason, but the help page is about how to set up group policy. Are we sure this is correct? Would no link here be better?
On 2015/05/20 19:39:15, brettw wrote: > The linked page seems to have nothing to do with the error in question. If I'm > understanding the error, it's a weak SSL key that we reject for some reason, but > the help page is about how to set up group policy. > > Are we sure this is correct? Would no link here be better? Pardon? The link is https://www.chromium.org/administrators/err_ssl_weak_server_ephemeral_dh_key which is about weak DH keys, and has nothing to do with group policy. Can you clarify what page you're looking at?
Oh, I didn't follow the line wrap. LGTM
The CQ bit was checked by avi@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from agl@chromium.org Link to the patchset: https://codereview.chromium.org/1148943002/#ps20001 (title: "www")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148943002/20001
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/aa9abe7692a3ee99b69811594938d97cb180351e Cr-Commit-Position: refs/heads/master@{#330799}
Message was sent while issue was closed.
what i have to do for that error please explain On Wednesday, May 20, 2015 at 11:51:23 PM UTC+5:30, Avi Drissman wrote: > > Reviewers: brettw, > > Message: > Quick fix. > > Description: > Use the correct URL for ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY errors. > > BUG=490260 > TEST=as in bug > > Please review this at https://codereview.chromium.org/1148943002/ > > Base URL: https://chromium.googlesource.com/chromium/src.git@master > > Affected files (+1, -1 lines): > M chrome/common/localized_error.cc > > > Index: chrome/common/localized_error.cc > diff --git a/chrome/common/localized_error.cc > b/chrome/common/localized_error.cc > index > 0c4ad4361e590adf71d4784a78846863e490b287..0732fca114567f97c5a0095985f7f536f22a7d02 > > 100644 > --- a/chrome/common/localized_error.cc > +++ b/chrome/common/localized_error.cc > @@ -49,7 +49,7 @@ namespace { > static const char kRedirectLoopLearnMoreUrl[] = > "https://www.google.com/support/chrome/bin/answer.py?answer=95626"; > static const char kWeakDHKeyLearnMoreUrl[] = > - "http://sites.google.com/a/chromium.org/dev/" > + "https://dev.chromium.org/administrators/" > "err_ssl_weak_server_ephemeral_dh_key"; > #if defined(OS_CHROMEOS) > static const char kAppWarningLearnMoreUrl[] = > > > To unsubscribe from this group and stop receiving emails from it, send an email to chromium-reviews+unsubscribe@chromium.org. |
