> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-postgresql-tls-support.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# openSSL.client.requireTLSv1_* 서버 설정

> openSSL.client.requireTLSv1_* 생성 그룹에 속한 ClickHouse 서버 설정입니다.

export const SettingsInfoBlock = ({type, default_value, changeable_without_restart}) => {
  return <div className="not-prose" style={{
    display: "flex",
    flexWrap: "wrap",
    alignItems: "baseline",
    columnGap: "0.5rem",
    rowGap: "0.125rem",
    margin: "0.375rem 0",
    fontSize: "0.8125rem",
    lineHeight: "1.125rem"
  }}>
      <div style={{
    fontWeight: 600,
    opacity: 0.72
  }}>유형</div>
      <div style={{
    overflowWrap: "anywhere"
  }}>{type}</div>
      <div style={{
    fontWeight: 600,
    opacity: 0.72,
    marginInlineStart: "0.5rem"
  }}>기본값</div>
      <div style={{
    overflowWrap: "anywhere"
  }}>{default_value}</div>
      {changeable_without_restart && <div style={{
    fontWeight: 600,
    opacity: 0.72,
    marginInlineStart: "0.5rem"
  }}>
          재시작 없이 변경 가능
        </div>}
      {changeable_without_restart && <div style={{
    overflowWrap: "anywhere"
  }}>
          {changeable_without_restart}
        </div>}
    </div>;
};

이 설정은 ClickHouse 서버를 구성하는 데 사용되며 ClickHouse 소스 코드에서 자동 생성됩니다.

<div id="openssl.client.requiretlsv1">
  ## openSSL.client.requireTLSv1
</div>

<SettingsInfoBlock type="Bool" default_value="0" changeable_without_restart="No" />TLSv1 연결을 요구합니다. 허용 값: `<true>`, `<false>`.

<div id="openssl.client.requiretlsv1_1">
  ## openSSL.client.requireTLSv1\_1
</div>

<SettingsInfoBlock type="Bool" default_value="0" changeable_without_restart="No" />TLSv1.1 연결이 필요합니다. 허용 값: `<true>`, `<false>`.

<div id="openssl.client.requiretlsv1_2">
  ## openSSL.client.requireTLSv1\_2
</div>

<SettingsInfoBlock type="Bool" default_value="0" changeable_without_restart="No" />TLSv1.2 연결이 필요합니다. 허용되는 값은 `<true>`, `<false>`입니다.
