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
It is required to set the certificate path variable as well.
For some reason I found that even if the environmental variables were configured, the connection was being always made to localhost, that is why I loaded the environmental variables using the $config array.
The queries return a Cassandra/Rows Object , I have to convert them to string or reading them in loops but that is not a problem.
Thanks for your library
The text was updated successfully, but these errors were encountered:
I was killing my head since the last two days trying to connect my laravel app to amazon keyspaces.
After reading the documentation at datastax, I found the way to load the amazon PEM certificate and finally I could connect.
Would be great if the following changes are made on connection.php
It is required to set the certificate path variable as well.
For some reason I found that even if the environmental variables were configured, the connection was being always made to localhost, that is why I loaded the environmental variables using the $config array.
The queries return a Cassandra/Rows Object , I have to convert them to string or reading them in loops but that is not a problem.
Thanks for your library
The text was updated successfully, but these errors were encountered: