summarylogtreecommitdiffstats
path: root/openssl_fix.cnf
blob: 4d61c702dc41cb7452888da2b0b3d242cd47d407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Absolute minimum openssl config that works for FFXIV
# Fixes SSL error when logging in
# This is NOT SAFE to use as system default. Do not replace your
# system openssl.cnf with this file.

openssl_conf = openssl_init

[openssl_init]
ssl_conf = ssl_module

[ ssl_module ]
system_default = crypto_policy

[ crypto_policy ]
MinProtocol = TLSv1.2
CipherString = DEFAULT:@SECLEVEL=1