You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This package is currently in a pre-release beta, please use with caution and ope
6
6
7
7
-[Install](#install)
8
8
-[Usage](#usage)
9
+
-[Issues connecting to SingleStore Managed Service](#issues-connecting-to-singlestore-managed-service)
9
10
-[PHP Versions before 8.1](#php-versions-before-81)
10
11
-[Migrations](#migrations)
11
12
-[Rowstore Tables](#rowstore-tables)
@@ -78,6 +79,20 @@ In case you want to store failed jobs in SingleStore, then make sure you also se
78
79
],
79
80
```
80
81
82
+
## Issues connecting to SingleStore Managed Service
83
+
84
+
If you are encountering issues connecting to the SingleStore Managed Service, it may be due to your environment not being able to verify the SSL certificate used to secure connections. You can fix this by downloading and manually specifying the SingleStore certificate file.
85
+
86
+
*[Download the file here](https://portal.singlestore.com/static/ca/singlestore_bundle.pem)
87
+
* In the Laravel SingleStore connection configuration, point the variable `PDO::MYSQL_ATTR_SSL_CA` at `singlestore_bundle.pem`:
0 commit comments