Skip to content

Commit 30bef08

Browse files
authored
Merge pull request #19 from DelineaXPM/18-the-requests-documentation-in-the-self-signed-certificate-portion-of-the-readme-takes-the-user-to-a-broken-link
Update README.md
2 parents a68348d + 0375cae commit 30bef08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ print(f"username: {secret.fields['username'].value}\npassword: {secret.fields['p
116116

117117
## Using Self-Signed Certificates
118118

119-
When using a self-signed certificate for SSL, the `REQUESTS_CA_BUNDLE` environment variable should be set to the path of the certificate (in `.pem` format). This will negate the need to ignore SSL certificate verification, which makes your application vunerable. Please reference the [`requests` documentation](https://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification) for further details on the `REQUESTS_CA_BUNDLE` environment variable, should you require it.
119+
When using a self-signed certificate for SSL, the `REQUESTS_CA_BUNDLE` environment variable should be set to the path of the certificate (in `.pem` format). This will negate the need to ignore SSL certificate verification, which makes your application vunerable. Please reference the [`requests` documentation](https://docs.python.org/3/library/ssl.html) for further details on the `REQUESTS_CA_BUNDLE` environment variable, should you require it.
120120

121121
## Create a Build Environment (optional)
122122

0 commit comments

Comments
 (0)