Skip to content

Commit a76b0ae

Browse files
author
Thomas
committed
Adapt Image
1 parent 3c0772f commit a76b0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-05-15-SSL-Issues-Databricks-Connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Open the file found at the returned location plus the file we created before in
5454
### 2. Refer to custom certificates via environment variable(s)
5555

5656
Now we just need to tell `gRPC` where our custom certificate file is located. The easiest approach is to use the environment variable `GRPC_DEFAULT_SSL_ROOTS_FILE_PATH`. You can set that environment variable either in VS-Code (for a specific project/terminal) or - the method i prefer - in your user's Windows environment variables[^3]:
57+
![Environment Variables editor](/assets/img/ssl_grpc_env.png)
5758

58-
<img src="/assets/img/ssl_grpc_env.png" width="65%" align="left"/><br/>
5959
_Hint: After setting new environment variables you need to restart all open terminals/shells to make the changes effective._
6060

6161
---

0 commit comments

Comments
 (0)