Guide – How To Start – Squid Proxy Server on Amazon Linux 2

Squid Proxy Server on Amazon Linux 2 provides users with rich access control, authorization, and logging environment to develop web proxy and content serving applications, plus a rich set of traffic optimization options, most of which are enabled by default.

This image has an empty alt attribute; its file name is image-1.png

This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.

The guide how to work with the Squid Proxy Server on Amazon Linux 2

  1. Prior to using the proxy server, create a user via VM console
  2. To connect to the VM, you should generate a “Private Key” in advance. This can be done using the following instruction (by choosing the “file format:” option “.ppk” in point 3)

Guide – How To – Create and use Key Pair to connect to a VM

  1. Download and run Putty
  2. Go to the “SSH” section in the left panel and then to “Auth”.

  1. In the “Auth” section, click “Browse” and specify the path to the .ppk file you received earlier.
  2. Go to the home page of “Session”, enter the IP address of the VM and click “Open”.
  1. In the opened console you will need to enter the login ec2-user

Now you can use the following commands to manage users:
        sudo htpasswd /etc/squid/.squid_users newusername – create a new user.

sudo htpasswd /etc/squid/.squid_users existusername – change password for existing user

sudo htpasswd -D /etc/squid/.squid_users existusername – delete existing user

After running “delete” or “change password” command, you need to update squid configuration with the following command:


sudo squid -k reconfigure

  1. To use the proxy server through the built-in Windows tools, you must open the settings.

In the “Settings” select  Network & Internet

  1. Go to the “Proxy” section and set the “Use a proxy server” switch to On.
  2. Enter the address of the VM in the Address field,, and in the Port field specify 3128. Then click the Save button.
  1. To check the connection to the proxy server, open the https://www.myip.com/ website in any browser and check if your IP address has changed.
  2. When you connect through the proxy server (for example, in the chrome browser), will be requested for login and password for access. There is already one test user on the server which you can use to connect:

Check out the following links for further documentation and support for Squid Proxy

https://wiki.squid-cache.org/SquidFaq

http://www.squid-cache.org/Doc 

https://wiki.squid-cache.org/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.squid-cache.org/Support/

Website Built with WordPress.com.

Up ↑

%d bloggers like this: