Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. It has extensive access controls and makes a great server accelerator.

This is a quick deployment and ready-to-run image.
Simple and rapid installation. Easy to maintain.
Connection to Squid Proxy Server on Linux CentOS 7.9 using Windows settings on Amazon
- Prior to using the proxy server, create a user via VM console
- 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
- Download and run Putty
- Go to the “SSH” section in the left panel and then to “Auth”.

- In the “Auth” section, click “Browse” and specify the path to the .ppk file you received earlier.
- Go to the home page of “Session”, enter the IP address of the VM and click “Open”.

- In the opened console you will need to enter the login centos
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
- To use the proxy server through the built-in Windows tools, you must open the settings.

In the “Settings” select Network & Internet

- Go to “Proxy” section and set the “Use a proxy server” switch to On.
- Enter the address of the VM in the Address field,, and in the Port field specify 3128. Then click the Save button.

- 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.
- When you connect through the proxy server (for example, in the chrome browser), will be requested 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/