Skip to content
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

MySQL: certificate is self signed #8

Open
hfagerlund opened this issue Apr 19, 2023 · 1 comment
Open

MySQL: certificate is self signed #8

hfagerlund opened this issue Apr 19, 2023 · 1 comment
Assignees

Comments

@hfagerlund
Copy link
Owner

hfagerlund commented Apr 19, 2023

From terminal output of $ ./vendor/bin/sail up:

quiz_app-mysql-1         | ...
 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
quiz_app-mysql-1         | ... 
[System] [MY-013602] [Server] Channel mysql_main configured to support TLS.
Encrypted connections are now supported for this channel.
@hfagerlund hfagerlund self-assigned this Apr 19, 2023
@hfagerlund hfagerlund added this to the Fix Sail up warnings milestone Apr 19, 2023
@hfagerlund
Copy link
Owner Author

hfagerlund commented Apr 19, 2023

How to modify MySQL service config (eg. add skip-ssl=1 to my.cnf file)?

References

You can enter the mysql console by executing sail exec mysql mysql -u root -p in your root directory. The password is in your .env file. - MPK1 Feb 21, 2022 at 15:42

(ie. based on above, pass the config option as a switch on startup, with the config value stored in .env(?))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant