Support intro
Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can.
The Basics
- Nextcloud Server version (e.g., 29.x.x): 31.x
Using nextcloud-aio.nextcloud/aio-nextcloud:latest
- Operating system and version (e.g., Ubuntu 24.04):
- Ubuntu 24.04
- Web server and version (e.g, Apache 2.4.25):
- AIO Apache 2.4.63
- Reverse proxy and version _(e.g. nginx 1.27.2)
- N/A
- PHP version (e.g, 8.3):
- whatever is included in aio-netxloud:latest
- Is this the first time you’ve seen this error? (Yes / No):
Yes - New server install, new NC install - When did this problem seem to first start?
Upon completing AIO setup and attempting to proceed to public URL to set up prod environment - Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
AIO following GitHub - nextcloud/all-in-one: 📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance. - Are you using CloudfIare, mod_security, or similar? (Yes / No)
No
Summary of the issue you are facing:
Replacing an old NextCloud server, both old and new are running on Linux VMs. When attempting to access the public URL, I receive “ERR_SSL_PROTOCOL_ERROR”. I have reviewed logs sudo docker logs nextcloud-aio-apache and have seen the “likely firewall problem” entries, and have checked on steps from What can I do when Nextcloud is not reachable via my domain or if I get `SSL_ERROR_INTERNAL_ERROR_ALERT` or `ERR_SSL_PROTOCOL_ERROR` when opening my Nextcloud domain? · nextcloud/all-in-one · Discussion #2105 · GitHub. I am confident this is related to Geo-IP filtering, but we have some ongoing malicious attempts to connect to the old NC server, hence we have more firewall access rules than normal.
What I am hoping to find is a manual method/terminal command that would elicit the attempt to pull the AIO cert from LetsEncrypt. I haven’t been able to determine the exact interval at which it would try automatically, and before I make any more temporary Geo-IP filter changes to open port 80 for testing, I would like to find a way to cause the cert challenge on-demand.
Please let me know if there is a standard interval I could verify to test at, or a manual option to cause the challenge. I can provide more info if needed.