Tag Archives: proxy

Reverse proxy with exception for Let’s Encrypt

With many services running in their own container or with their own daemon, the use of reverse proxies is getting more common, and at the same time, the use of SSL/TLS has become a standard. Let’s Encrypt is a provider … Continue reading

Posted in Encryption, Web technologies | Tagged , , , | Comments Off on Reverse proxy with exception for Let’s Encrypt

Access SSH server without direct connection from the internet

When two servers are connected to each other but only one server has access to the internet, it is always uncomfortable to connect to the server without internet connection. Specially when files need to be copied to the server without direct internet connection. There is a way to make it more comfortable to connect via ssh. Continue reading

Posted in Linux Administration | Tagged , , | 1 Comment