We are encountering an issue with executing test workflows in n8n when it is self-hosted using Docker with SSL enabled. The n8n instance is accessed via an Apache reverse proxy. The primary problem is that while n8n runs with SSL enabled, the test workflows do not execute properly and continue to load indefinitely. When SSL is disabled, the workflows function as expected.
What is the error message (if any)?
Problem stopping execution Only running or waiting executions can be stopped and 45 is currently error.
Hi @rashmi.fartode, perhaps you could check your Apache configuration file to make sure that it’s properly set up to handle SSL connections, or share a bit more about your setup?
We are facing WebSocket error.
WebSocket connection to ‘wss://your-server.com/rest/push?pushRef=your-pushRef’ failed:
Requesting you to kindly guide us.