Skip to content

Commit c3839fd

Browse files
authored
Fix typo in SSL verification note
1 parent 9c1aaba commit c3839fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/entra/entra-id/app-integration/capture-https-traffic-fiddler-python-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Capturing encrypted HTTPSweb traffic in Python with Fiddler can be challenging b
1515
When you use Fiddler to capture HTTPStraffic in a Python app that integrates Azure Active Directory Authentication Library (ADAL), you may receive SSL errors. This issue occurs because Python doesn't trust the Fiddler certificate. Here are two methods to work around this issue:
1616

1717
> [!Note]
18-
> Disabling SSL verification isis a security risk. It should only be used for troubleshooting purposes and avoided in production environments.
18+
> Disabling SSL verification is a security risk. It should only be used for troubleshooting purposes and avoided in production environments.
1919
2020
- Set an environment variable at the beginning of your Python app before initializing the AuthenticationContext object:
2121

0 commit comments

Comments
 (0)