File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
source/includes/troubleshooting Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ enforce legacy `TLS renegotiation <https://www.ibm.com/docs/en/i/7.3?topic=setti
140
140
To resolve this issue, perform the following steps:
141
141
142
142
.. procedure ::
143
+ :style: normal
143
144
144
145
.. step :: Check OpenSSL Version
145
146
@@ -150,7 +151,7 @@ To resolve this issue, perform the following steps:
150
151
151
152
openssl version
152
153
153
- .. step :: Use ``UnsafeLegacyServerConnect`` Option
154
+ .. step :: Use the ``UnsafeLegacyServerConnect`` Option
154
155
155
156
Create a configuration file that includes the
156
157
``UnsafeLegacyServerConnect `` option. The following example shows how to set
@@ -170,7 +171,7 @@ To resolve this issue, perform the following steps:
170
171
[system_default_sect]
171
172
Options = UnsafeLegacyServerConnect
172
173
173
- .. step :: Run Python With OpenSSL Configuration
174
+ .. step :: Run Python with OpenSSL Configuration
174
175
175
176
Run Python while setting the ``OPENSSL_CONF `` environment variable to use
176
177
the OpenSSL configuration file you just created:
You can’t perform that action at this time.
0 commit comments