How to check that edge browser vision 108 above has enabled ECH(Encrypted ClientHello)?

chinchengi 20 Reputation points
2023-01-22T01:12:07.7766667+00:00

Here are my browser settings,and I find that client hello encryption is still not available. Is there another way to check whether it works?How to set?屏幕截图 2023-01-22 085035

屏幕截图 2023-01-22 084647

屏幕截图 2023-01-22 084907

using wireshark,I can still capture the real domain.

屏幕截图 2023-01-22 090557

Microsoft Edge | Microsoft Edge development
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-01-23T07:41:03.63+00:00

    Hi @chinchengi ,

    In Edge 108, a group policy called EncryptedClientHelloEnabled has been introduced to control ECH and replaced the old experimental feature. You can have a try. If you are not familiar with group policy configuration in Edge, please read this guide.

    To test ECH, you can use defo. If ECH is successfully configured, the result should be like the screenshot below.

    UPDATE: After another investigation, the policy EncryptedClientHelloEnabled is only used when you want to disable ECH. Therefore, in order to enable ECH, you need this command line option:

    --enable-features=EncryptedClientHello

    To use command line options, please right click on Microsoft Edge --> Properties --> Shortcut --> Target.

    As an example, Target should look like: "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --enable-features=EncryptedClientHello.

    ECH

    Please Note: Since this site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,

    Shijie Li

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.