docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
5.55k stars 369 forks source link

FORCE_SSL=false still forces ssl #241

Closed Trauer closed 3 months ago

Trauer commented 3 months ago

Like the title said, using docker with FORCE_SSL=false but it still forces https and gets "HTTP parse error, malformed request: #<Puma::HttpParserError: Invalid HTTP format, parsing fails. Are you trying to open an SSL connection to a non-SSL Puma?>" error

omohokcoj commented 3 months ago

@Trauer thanks for reporting this - it has been fixed in 1.4.9

schtack commented 3 months ago

i'm getting the same error after the update

2024-03-24 17:19:49 +0000 HTTP parse error, malformed request: #<Puma::HttpParserError: Invalid HTTP format, parsing fails. Are you trying to open an SSL connection to a non-SSL Puma?>

omohokcoj commented 3 months ago

@schtack FORCE_SSL=false disables https redirect on 1.4.9 version. Make sure you're using http (https redirect might be cached in browser)