-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] MongoDB Connection String and TLS/SSL Configuration #395
Comments
To question 1: You can change the settings using e.g. for AAS Environment Properties:
Docker mount:
As for question 2: No idea. I am just developing with BaSyx but not doing any Development of BaSyx itself. |
I want to add additional Parameter for Security like "tls":
Yes, that's what i assumend. But there are 89 properties files in the Repo, 11 in the aasenv folder and because I would like to do 2/(3) things:
|
@Kuchsn You can use |
I will try to test this asap. |
we've tried the suggestions, unfortunately we haven't been successful. After enabling TLS on the side of MongoDB, and verifying that i can only connect to it with TLS enabled, BaSyX still is unable to connect and shows "SSL Handshake Failed". I've tried:
in aas-discovery.properties and aas-env.properties, which are properly mounted in the containers. |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
A single parameter for a connection string or an additional parameter for additional connection parameters.
Describe alternatives you've considered
A long term solution has to support a scalable extern MongoDB implementation. A Docker contain is justifiable for development.
The text was updated successfully, but these errors were encountered: