Skip to content

Commit 2e3f2b8

Browse files
author
Thomas
committed
Left align image
1 parent 5af09fe commit 2e3f2b8

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
@@ -55,7 +55,7 @@ Open the file found at the returned location plus the file we created before in
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]:
5757

58-
<img src="/assets/img/ssl_grpc_env.png" width="65%"/><br/>
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)