support https dev webserver
See original GitHub issueOutline
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
toconfig/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:
- Created 5 years ago
- Comments:32 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.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.