Skip to content

Commit 01f17c5

Browse files
committed
Update README.md
1 parent 020f17a commit 01f17c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,10 @@ Once Vagrant finishes installation, you will get an IP address displayed in the
231231

232232
## Considerations
233233

234-
Some versions of Python _(such as 3.10.x)_, may; or may not; `raise` an `ssl.SSLError: [SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1131)` exception. It's crucial to handle this error in a proper way since it is considered a critical security and audit breaks for a Man-in-the-Middle attack if handled incorrectly.
234+
> [!IMPORTANT]
235+
> Some versions of Python _(such as 3.10.x)_, may; or may not; `raise` an `ssl.SSLError: [SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1131)` exception. It's crucial to handle this error in a proper way since it is considered a critical security and audit breaks for a Man-in-the-Middle attack if handled incorrectly.
235236
236-
You can carefully add the following line at the very bottom of `/etc/ssl/openssl.cnf`
237+
> You can carefully add the following line at the very bottom of `/etc/ssl/openssl.cnf`
237238
238239
```bash
239240
[system_default_sect]

0 commit comments

Comments
 (0)