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.

support https dev webserver

See original GitHub issue

Outline

The goal of this task is to support https in the local dev webserver, such that if the option https: true in config/webserver.js is set to true, then the webserver server will be available as https instead of http. Services that need cors should have their settings updated accordingly.

Acceptance Criteria

  • adding https: true to config/webserver.js should start the webserver in https
  • if this setting is on, then any services that use ‘auto’ in their cors/whitelisting settings should use https instead of http. (e.g geth)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:32 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
StevenJNPearcecommented, Nov 8, 2018

@ryan-shea I’ve ‘Stopped Work’ on gitcoin for this issue - I just didn’t have the time to work on it the last few weeks. This will now be back to ‘open’ on gitcoin so someone else can pick it up. To whoever wants to work on it, refer to my commit here: https://github.com/StevenJNPearce/embark/commit/f959bf290dbd52ee10020c7b3c88698f2cf95a75

Most of the work is done there, so, you could use that as a starting point. Open blockchain.json, add https: true, key: /home/username/server.key, cert: /home/username/server.cert. It just needs a proxy implemented to talk to geth.

0reactions
gitcoinbotcommented, Dec 14, 2018

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


The funding of 180.0 DAI (180.0 USD @ $1.0/DAI) attached to this issue has been approved & issued to @pvgupta24.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enabling HTTPS on Your Servers - web.dev
Use Mozilla's Server Configuration tool to set up your server for HTTPS support. Regularly test your site with the Qualys' handy SSL Server...
Read more >
Web Dev Server - Modern Web
Web Dev Server · Efficient browser caching for fast reloads · Transform code on older browsers for compatibility · Resolve bare module imports...
Read more >
Using HTTPS in Your Development Environment - Auth0
How Does HTTPS in Localhost Work? The HTTPS protocol is an extension of HTTP. In HTTPS, the server and the client exchange encrypted...
Read more >
How to enable HTTPS on Webpack Dev Server - Bleext
... to run webpack dev server under a secure connection using HTTPS on ... requests of the Music App is to support memberships...
Read more >
DevServer - webpack
The dev server will migrate over to Node's built-in HTTP/2 once Express supports it. HTTP/2 with a self-signed certificate: webpack.config.js module.exports = { ......
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