Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
awoimbee committed Nov 28, 2024
1 parent 97f4ec1 commit 9aca5ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/source/user_guide/proxy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ proxy is not trusted by your computer.

There are multiple ways to fix this issue:

1. Try ``tls_ca_bundle="system"`` (see :ref:`configuration`).
2. Extract the CA certificate from your web browser:
1. Try ``tls_ca_bundle="system"`` (requires ``python>=3.10``, see :ref:`configuration`).
2. Extract the required CA certificate:

a. Extract the certificates used by your company-configured browser on ``https://simai.ansys.com``.
b. Set ``tls_ca_bundle`` (or the ``REQUESTS_CA_BUNDLE`` environment variable):
Expand All @@ -45,4 +45,4 @@ There are multiple ways to fix this issue:
[default]
organization = "company"
tls_ca_bundle = "/home/username/Documents/my_company_proxy_ca_bundle.pem"
3. As a temporary last resort, one can use ``tls_ca_bundle="unsecure-none"`` (contact your IT department)
3. As a temporary last resort, one can use ``tls_ca_bundle="unsecure-none"`` (contact your IT department).
2 changes: 1 addition & 1 deletion tests/test_client_config_tls_ca_bundle.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 ANSYS, Inc. and/or its affiliates.
# Copyright (C) 2024 ANSYS, Inc. and/or its affiliates.
# SPDX-License-Identifier: MIT
#
#
Expand Down

0 comments on commit 9aca5ba

Please sign in to comment.