SSL phpMyAdmin errors

interesting new forum layout, initial impression, I prefer the old layout

Basic set up:
TVS-h1288x
firmware: QuTS Hero h5.2.1.2929
Applications Webserver is enabled for HTTP and HTTPS
MariaDB is up and running fine

I’ve had this system up and running for a few years now.
And part my my system is using the MariaDB and phpMyAdmin

All was working fine on the above firmware until recently.
I’ve never used the QNAP Cloud Services decided to try them out.
So I set up DDNS and SSL using Let’s Encrypt
as for the QNAP cloud service they were fine, but ultimately I decided that I’m not going to use them
And have disabled the QNAP cloud service, including releasing and uninstalling the SSL cert from Let’s Encrypt

But now I have a problem with phpMyAdmin
When I launch phpMyAdminI get the following message

URL Displayed:

192.168.1.123:8081/phpMyAdmin?v=5.2.1.1&date=2024-12-12&windowId=browser-tab-1134

Bad Request

Your browser sent a request that this server could not understand.
Reason: You’re speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.

Now if I manually edit the URL to: 192.168.1.123:80/phpMyAdmin?v=5.2.1.1&date=2024-12-12&windowId=browser-tab-1134
it works
or https://192.168.1.123:8081/phpMyAdmin/?v=5.2.1.1&date=2024-12-12&windowId=browser-tab-1134
also works

We can clearly see it’s asking for http on a SSL enabled port and vice versa
The problem seems to stem from the installation and removal of the SSL Certificate

However my knowledge of apache is limited at best.
It’s been probably a decade since I did any major programming / compiling / or writing of firmware’s and even back then I did very little with apache

at the moment this is a nuisance, but months from now, I will probably forget that I need to re-key the url and would rather fix it before I forget
I enabled/disabled the webserver, and removed phpMyAdmin and reinstalled phpMyAdmin, there is no change is the above behavior
I have also tried to reinstall and enable cloud services and SSL, but that does also does not fix the problem with phpMyAdmin

I’ve browsed the contents of apache.conf and apache-ssl.conf and nothing sticks out as wrong
I don’t see any re-directs and Apache is listing on port 80 while apache-ssl.conf is listening on 8081

thoughts ?

Check with the maintainer of the qpkg (I don’t think QNAP provides it),

I am not sure but you might be able to fix your issue by checking the qpkg.conf and see what URL is hardcoded in there