Home  >  Article  >  System Tutorial  >  win11 client and server lack support for general SSL protocols or cipher suites

win11 client and server lack support for general SSL protocols or cipher suites

WBOY
WBOYforward
2023-12-28 13:39:062897browse

Users often encounter some problems when using computers. Encountering this kind of error means that there is a mismatch between the client and the server. At this time, for the safe transmission of data, we can refer to the following methods and steps to operate.

Win11 client and server do not support general SSL protocols or cipher suites

1. First, we need to open the registry editor of the computer and enter the following path.

HKEY_LOCAL_MACHINE\SYSTEN\CurrentControlSet\Control\SecurityProviders \SCHANNEL\Pro tocols

2. Create two new items under this level, named TLS1.1 and TLS1.2

win11 client and server lack support for general SSL protocols or cipher suites

3. Then add two more items "client" and "server" under these two newly created projects

win11 client and server lack support for general SSL protocols or cipher suites

4. Two new items (DWORD 32-bit values) are added to the Client and Server items. Both TLS1.1 and TLS1.2 must add key: value

DisabledByDefault: 0

Enabled: 1

client project:

win11 client and server lack support for general SSL protocols or cipher suites

server project:

win11 client and server lack support for general SSL protocols or cipher suites

5. Then restart the server.

The above is the detailed content of win11 client and server lack support for general SSL protocols or cipher suites. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete