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

Cannot connect to azure mysql flexible server while --require_secure_transport=ON #5344

Open
1 task done
vsmanu opened this issue Nov 13, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@vsmanu
Copy link

vsmanu commented Nov 13, 2024

πŸ“‘ I have found these related issues/pull requests

host: dbConfig.hostname,

πŸ›‘οΈ Security Policy

Description

Cannot connect to azure mysql flexible server: Connections using insecure transport are prohibited while --require_secure_transport=ON.

πŸ‘Ÿ Reproduction steps

How to reproduce:

  • Create a mysql flexible server on azure.
  • Try to connect it with required connection parameters.

πŸ‘€ Expected behavior

Expected result :

  • If credentials and connectivity is ok, test connection succeeds.

πŸ˜“ Actual Behavior

Actual result:

  • Connection fails with following message in web console.

Cannot connect to the database: Connections using insecure transport are prohibited while --require_secure_transport=ON.

  • As a debugging step if we configure require_secure_transport=OFF for the server the application will pass the connection test.

🐻 Uptime-Kuma Version

2.X-Beta

πŸ’» Operating System and Arch

Docker louislam/uptime-kuma:2.0.0-beta.0

🌐 Browser

Brave 1.71.118

πŸ–₯️ Deployment Environment

  • Runtime: Docker Azure webapp
  • Database: Azure mysql flexible
  • Filesystem used to store the database on: NA
  • number of monitors: NA

πŸ“ Relevant log output

Cannot connect to the database: Connections using insecure transport are prohibited while --require_secure_transport=ON.
@vsmanu vsmanu added the bug Something isn't working label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant