Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I install self-signed SSL in eth-netstats? So I can run fronted with HTTPS. #340

Open
akshayp-blockarmour opened this issue Jan 17, 2019 · 2 comments

Comments

@akshayp-blockarmour
Copy link

Please help me with that...
I added the self-signed certificate in an app.js file. But I am not getting the data.
server = https.createServer({ key: fs.readFileSync('./keys/newCore.key.pem'), cert: fs.readFileSync('./keys/newcertificate.cert.pem'), passphrase: password, ca: fs.readFileSync('./keys/ca-chain.cert.pem'), requestCert: true, rejectUnauthorized: false, }, app);

I can see the dashboard in the frontend, but not getting the ethereum node values and block count.

@akshayp-blockarmour akshayp-blockarmour changed the title How can install self-signed SSL in eth-netstats? So I can run fronted with HTTPS. How can I install self-signed SSL in eth-netstats? So I can run fronted with HTTPS. Jan 17, 2019
@MANOJKUMARCH
Copy link

Hi, I have a similar issue. I am working on a linux VM, and so using self signed ssl, I configured nginx and have set a proxy for eth-nsetstats app. In this way I was able to check the details on web using https.

@akshayp-blockarmour
Copy link
Author

Thanks for the reply. Yes, I did the same thing to make https. I put SSL block in Nginx server to work eth-net stats as an https.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants