question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Feature: Support for HTTPS (TLS/SSL)

See original GitHub issue

When setting the ROOT_URL to https, restarting Wekan and try to access wekan via browser and the https-URL i just get:

ERR_CONNECTION_CLOSED

Tested with Wekan v.0.13, v.0.12, v.0.10.1 Manual installation on CentOS

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:33 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
xet7commented, Mar 19, 2017

Does somebody use only Node.js in production?

In all articles I found with Google search, Nginx/Caddy/some other webserver is used for load balancing and delivering static content in front of Node.js.

2reactions
iAdanoscommented, Mar 16, 2017

@NoodleBB, did you set up HTTPS in webserver config correctly? You should attach your webserver config here.

If you trying to start “stock” wekan in HTTPS mode (doesn’t matter docker instance or compiled from source), it will not work, because wekan needs webserver proxying it with SSL.

Offtop: IMHO, SSL is not the function Wekan itself must provide. It’s an app. Commutity must be concentrated on functions and stability of the primary service. I beleve, we want make a lightweight, fast and cool service. Making a monster with integrated webserver, DB etc. functions will kill the idea.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is SSL, TLS and HTTPS? - DigiCert
SSL (Secure Sockets Layer) certificates are an integral part of website security. ... but crucially it also adds the appearance of security to...
Read more >
Your Complete Guide to SSL/TLS and HTTPS - DreamHost
This post will explain what SSL/TLS and HTTPS are and discuss the importance of having these features on your website.
Read more >
Add and manage TLS/SSL certificates - Azure App Service
From your app's navigation menu, select TLS/SSL settings > Public Certificates (.cer) > Upload Public Key Certificate. For Name, enter the name ...
Read more >
Enabling HTTPS on your servers - web.dev
Enabling HTTPS on your servers · Steps covered in this article # · Generating keys and certificate signing requests # · Enable HTTPS...
Read more >
Create an HTTPS listener for your Application Load Balancer
The load balancer requires X.509 certificates (SSL/TLS server certificates). Certificates are a digital form of identification issued by a certificate authority ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found