Skip to content

Commit e900823

Browse files
committed
procedure normal
1 parent c87b422 commit e900823

File tree

1 file changed

+3
-2
lines changed
  • source/includes/troubleshooting

1 file changed

+3
-2
lines changed

source/includes/troubleshooting/tls.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ enforce legacy `TLS renegotiation <https://www.ibm.com/docs/en/i/7.3?topic=setti
140140
To resolve this issue, perform the following steps:
141141

142142
.. procedure::
143+
:style: normal
143144

144145
.. step:: Check OpenSSL Version
145146

@@ -150,7 +151,7 @@ To resolve this issue, perform the following steps:
150151
151152
openssl version
152153
153-
.. step:: Use ``UnsafeLegacyServerConnect`` Option
154+
.. step:: Use the ``UnsafeLegacyServerConnect`` Option
154155

155156
Create a configuration file that includes the
156157
``UnsafeLegacyServerConnect`` option. The following example shows how to set
@@ -170,7 +171,7 @@ To resolve this issue, perform the following steps:
170171
[system_default_sect]
171172
Options = UnsafeLegacyServerConnect
172173
173-
.. step:: Run Python With OpenSSL Configuration
174+
.. step:: Run Python with OpenSSL Configuration
174175

175176
Run Python while setting the ``OPENSSL_CONF`` environment variable to use
176177
the OpenSSL configuration file you just created:

0 commit comments

Comments
 (0)