Skip to content

Add --skip-ssl fix to readme - #590

Merged
BrianRamsay merged 5 commits into
developmentfrom
conwelld-BetterRocket-skip-ssl-readme
Jun 23, 2026
Merged

Add --skip-ssl fix to readme#590
BrianRamsay merged 5 commits into
developmentfrom
conwelld-BetterRocket-skip-ssl-readme

Conversation

@BetterRocket

Copy link
Copy Markdown
Contributor

The skip ssl fix was not in the readme so it has been added.

Comment threadREADME.md Outdated
2. Ensure your database connection is working by running ```python db_test.py```.
3. Check your secret_config.yml and make sure you have the necessary config items (check example_secret_config.yml)
4. Reset your database from the backup ```./reset_database.sh from-backup```.
- 4a. If you get a `ERROR 2026 (HY000): TLS/SSL error: self-signed certificate in certificate chain` error, fix it by going into `reset_database.sh` and add `--skip-ssl` after every instance of `-proot`

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix the grammatical wording from "a Error 2026..." to "an Error 2026..."

@fritzj2fritzj2 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@BrianRamsay
BrianRamsay merged commit 36a4efb into developmentJun 23, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@BetterRocket@fritzj2@BrianRamsay@conwelld