Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Issue 1148943002: Use the correct URL for ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY errors. (Closed)

Created:
5 years, 7 months ago by Avi (use Gerrit)
Modified:
5 years, 5 months ago
Reviewers:
brettw, agl, veeraganurpaccs
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/common/localized_error.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (6 generated)
Avi (use Gerrit)
Quick fix.
5 years, 7 months ago (2015-05-20 18:21:22 UTC) #2
Avi (use Gerrit)
On 2015/05/20 18:21:22, Avi wrote: > Quick fix. agl has this in https://codereview.chromium.org/1149733002/.
5 years, 7 months ago (2015-05-20 18:26:04 UTC) #3
agl
LGTM. (Duplicate of https://codereview.chromium.org/1149733002, which I'll close.)
5 years, 7 months ago (2015-05-20 18:26:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148943002/1
5 years, 7 months ago (2015-05-20 18:27:16 UTC) #7
brettw
The linked page seems to have nothing to do with the error in question. If ...
5 years, 7 months ago (2015-05-20 19:39:15 UTC) #9
Avi (use Gerrit)
On 2015/05/20 19:39:15, brettw wrote: > The linked page seems to have nothing to do ...
5 years, 7 months ago (2015-05-20 19:47:04 UTC) #10
brettw
Oh, I didn't follow the line wrap. LGTM
5 years, 7 months ago (2015-05-20 19:50:38 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148943002/20001
5 years, 7 months ago (2015-05-20 19:53:34 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-05-20 20:57:29 UTC) #15
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/aa9abe7692a3ee99b69811594938d97cb180351e Cr-Commit-Position: refs/heads/master@{#330799}
5 years, 7 months ago (2015-05-20 20:58:11 UTC) #16
veeraganurpaccs_gmail.com
5 years, 5 months ago (2015-07-16 14:28:56 UTC) #17
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.

Powered by Google App Engine
This is Rietveld 408576698