mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #828] UNKNOWN_CODE_PLEASE_REPORT: SSL connection is required. Please specify SSL options and retry. #700
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#700
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MaxCarritt on GitHub (Jan 15, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/828
Checklist
Yes it works fine with the maria db from the docker compose setup.
Describe the bug
I'm trying to use my existing mysql server, and I think everything is set up right but I get the above error about ssl. I'm assuming it means SSL as related to the mysql connection.
To Reproduce
Not sure
Expected behavior
I hoped it would connect to mysql
Screenshots
Operating System
Docker on Ubuntu 20.04
Additional context
the mysql server is an azure mysql server
@MaxCarritt commented on GitHub (Jan 15, 2021):
I went into Azure and changed
Enforce SSL connectionto disabled and now things are working!I had a very similar issue on a totally different docker app and had to add "?useSSL=true" after my mysql database name and that worked, but that didnt work here unfortunately .
useNullAsDefault#711