SQLSRV configuration.
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 12
- Joined: 19 Apr 2024, 18:29
SQLSRV configuration.
I'm trying to connect with sqlsrv. Could you provide guidance on the correct configuration pattern in config/shop.php? I'm encountering an issue with trust_server_certificate.
Re: SQLSRV configuration.
The unit tests use this configuration:
https://github.com/aimeos/aimeos-core/b ... ig.yml#L25
https://github.com/aimeos/aimeos-core/b ... ig.yml#L25
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 12
- Joined: 19 Apr 2024, 18:29
Re: SQLSRV configuration.
I'm adding configuration in shop.php, but it's giving me an error regarding the SSL certificate. When I use the Laravel Facade DB to connect directly from database.php, it works fine, but when using the Aimeos config, it doesn't work.
Re: SQLSRV configuration.
The Aimeos database layer uses PDO directly. Check the internet if there are any special settings necessary for SQL server connections with TLS enabled.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star