Is it safe to open a server application on the internal network to the public internet

I am a programmer but I am currently learning about web development in general. I’m creating a server on my local host using nodejs and express. It’s available on my local host but I want to test it with a domain I have, so I can access it… Continue reading Is it safe to open a server application on the internal network to the public internet

Hacking Attempt Requests Not showing Up on Webserver Logs But Google Analytics Shows it

Which hacking tool makes a request and does not show up on web-server logs?
/en/latest/ has been requested over 116, we don’t have this URL on the website at all!
The request to that URL does not show up on web-server logs but I setup goog… Continue reading Hacking Attempt Requests Not showing Up on Webserver Logs But Google Analytics Shows it

Can someone explain the ‘IE No Open’ X-Download-Options Header, as enforced by Helmet.js?

I’ve been preparing to deploy an Express server using Helmet.js for some added security. I’ve been reading through their docs to make sure I understand what I am doing here, and I don’t understand one of their features:

“IE No Open”:

Continue reading Can someone explain the ‘IE No Open’ X-Download-Options Header, as enforced by Helmet.js?

How to protect web server private keys on Ubuntu with Nginx without exposing any plain text credentials?

I’m developing a set of internal websites and services for a customer who has high levels of bureaucracy and strict formal rules about many things, one of them being “not storing passwords in plain text”.

So, when they inspected my system… Continue reading How to protect web server private keys on Ubuntu with Nginx without exposing any plain text credentials?