-
Notifications
You must be signed in to change notification settings - Fork 92
primary_ssl_verify_server_cert: false not disable MASTER_SSL_VERIFY_SERVER_CERT #689
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
Comments
can you rule on this bug ? |
@ldangeard-orange hello, thanks for reporting the issue and sorry for not responding earlier! |
Is someone can see my bug ? Thank's |
Hi @ldangeard-orange,
but it should have been:
I don't have time to fix this with proper tests. I'll try to free some in the next days. |
Hi @laurent-indermuehle |
SUMMARY
By default with MariaDB 11.4, MASTER_SSL_VERIFY_SERVER_CERT is enable.
When i used variable
primary_ssl_verify_server_cert
withcommunity.mysql.mysql_replication
to disable cert server verifyMASTER_SSL_VERIFY_SERVER_CERT is always enable
ISSUE TYPE
COMPONENT NAME
community.mysql.mysql_replication
ANSIBLE VERSION
2.15
COLLECTION VERSION
community-mysql-3.10.3.tar.gz
CONFIGURATION
OS / ENVIRONMENT
redhat 8
STEPS TO REPRODUCE
Trace :
EXPECTED RESULTS
MASTER_SSL_VERIFY_SERVER_CERT=0
ACTUAL RESULTS
MASTER_SSL_VERIFY_SERVER_CERT=1
The text was updated successfully, but these errors were encountered: