Skip to content

Commit

Permalink
Merge pull request #9652 from anuruddhal/master
Browse files Browse the repository at this point in the history
Add environment variable details for proxy configuration
  • Loading branch information
sm1990 authored Dec 13, 2024
2 parents 0e9585e + f97a15e commit 9deb541
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,19 @@ If you encounter any certificate-related issues such as the one below when conne
```
<BALLERINA_JRE>/bin/keytool.exe -import -trustcacerts -file <CERTS_PATH> -alias <ALIAS_NAME> -keystore <BALLERINA_JRE>/lib/security/cacerts
```
> **Note:** If you are using multiple Ballerina distributions, you may need to follow the above steps to all the JRE instances individually for each distribution.
## Configure proxy settings via environment variables
Proxy settings can also be configured via environment variables. This is useful when you want to configure the proxy settings for all the Ballerina distributions in your system.
Following are the environment variables that can be used to configure the proxy settings.
```
BALLERINA_CA_BUNDLE # Path to the CA bundle file
BALLERINA_CA_PASSWORD # Password for the CA bundle file
BALLERINA_CA_CERT # Path to the CA certificate file
```
## Domain access
Following domains should be accessible from the network to work with Ballerina.
Expand Down

0 comments on commit 9deb541

Please sign in to comment.