[GH-ISSUE #828] UNKNOWN_CODE_PLEASE_REPORT: SSL connection is required. Please specify SSL options and retry. #700

Closed
opened 2026-02-26 06:34:02 +03:00 by kerem · 1 comment
Owner

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

[services.d] starting services


[services.d] done.


❯ Enabling IPV6 in hosts: /etc/nginx/conf.d


  ❯ /etc/nginx/conf.d/include/ip_ranges.conf


  ❯ /etc/nginx/conf.d/include/force-ssl.conf


  ❯ /etc/nginx/conf.d/include/letsencrypt-acme-challenge.conf


  ❯ /etc/nginx/conf.d/include/ssl-ciphers.conf


  ❯ /etc/nginx/conf.d/include/block-exploits.conf


  ❯ /etc/nginx/conf.d/include/proxy.conf


  ❯ /etc/nginx/conf.d/include/assets.conf


  ❯ /etc/nginx/conf.d/include/resolvers.conf


  ❯ /etc/nginx/conf.d/default.conf


  ❯ /etc/nginx/conf.d/production.conf


❯ Enabling IPV6 in hosts: /data/nginx


[1/15/2021] [10:22:34 AM] [Global   ] › ✖  error     UNKNOWN_CODE_PLEASE_REPORT: SSL connection is required. Please specify SSL options and retry.


[1/15/2021] [10:22:35 AM] [Global   ] › ✖  error     UNKNOWN_CODE_PLEASE_REPORT: SSL connection is required. Please specify SSL options and retry.


[1/15/2021] [10:22:37 AM] [Global   ] › ✖  error     UNKNOWN_CODE_PLEASE_REPORT: SSL connection is required. Please specify SSL options and retry. 

Operating System
Docker on Ubuntu 20.04

Additional context
the mysql server is an azure mysql server

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** ```` [services.d] starting services [services.d] done. ❯ Enabling IPV6 in hosts: /etc/nginx/conf.d ❯ /etc/nginx/conf.d/include/ip_ranges.conf ❯ /etc/nginx/conf.d/include/force-ssl.conf ❯ /etc/nginx/conf.d/include/letsencrypt-acme-challenge.conf ❯ /etc/nginx/conf.d/include/ssl-ciphers.conf ❯ /etc/nginx/conf.d/include/block-exploits.conf ❯ /etc/nginx/conf.d/include/proxy.conf ❯ /etc/nginx/conf.d/include/assets.conf ❯ /etc/nginx/conf.d/include/resolvers.conf ❯ /etc/nginx/conf.d/default.conf ❯ /etc/nginx/conf.d/production.conf ❯ Enabling IPV6 in hosts: /data/nginx [1/15/2021] [10:22:34 AM] [Global ] › ✖ error UNKNOWN_CODE_PLEASE_REPORT: SSL connection is required. Please specify SSL options and retry. [1/15/2021] [10:22:35 AM] [Global ] › ✖ error UNKNOWN_CODE_PLEASE_REPORT: SSL connection is required. Please specify SSL options and retry. [1/15/2021] [10:22:37 AM] [Global ] › ✖ error UNKNOWN_CODE_PLEASE_REPORT: SSL connection is required. Please specify SSL options and retry. ```` **Operating System** Docker on Ubuntu 20.04 **Additional context** the mysql server is an azure mysql server
kerem 2026-02-26 06:34:02 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MaxCarritt commented on GitHub (Jan 15, 2021):

I went into Azure and changed
Enforce SSL connection to 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 .

<!-- gh-comment-id:760834441 --> @MaxCarritt commented on GitHub (Jan 15, 2021): I went into Azure and changed `Enforce SSL connection` to 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 .
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#700
No description provided.