Skip to content

Commit

Permalink
Correct image source
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed May 15, 2024
1 parent 486d97e commit 5af09fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-05-15-SSL-Issues-Databricks-Connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Open the file found at the returned location plus the file we created before in

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]:

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

---
Expand Down

0 comments on commit 5af09fe

Please sign in to comment.