Flowise
Flowise copied to clipboard
[BUG] ERR_SSL_PROTOCOL_ERROR
I'm trying to deploy Flowise on an AWS EC2 Instance following the deployment guide: https://docs.flowiseai.com/configuration/deployment/aws.
However, when trying to open Flowise with https I get an SSL error: ERR_SSL_PROTOCOL_ERROR.
I've already installed an SSL Certificate on port 443 thinking it'll solve the problem but it doesn't, is there anyway to get Flowise to get the same SSL on port 3000? Or how can I tell Flowise to only use http?
http://sub.domain.com:3000/ - everything works fine https://sub.domain.com:3000/ - ERR_SSL_PROTOCOL_ERROR
I'm using Ubuntu Server with an Apache Web Server.
I have unsintalled Apache and installed nginx.
I got the Flowise's main page to load over HTTPS using certbot, however, the iFrame embeddings are not working:
I get the same message during the polling in my web browser's console:
Ok, I was able to resolve this issue by removing :3000
from the apiHost
URL where I embed the chat.