27-01-2021



  • 6Configure CLI

Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information). X-VPN is a decent VPN service with progressive features for online protection and privacy. This is a strong, reliable VPN client with extensive server coverage and high-class encryption. It's easy to use as the interface is extremely simple, it offers unlimited bandwidth and does not require registration. Learn how to use Xfinity Internet on your Mac devices. Configure OS X Settings for Xfinity Internet. Learn how to use Xfinity Internet on your Mac devices.

Purpose

This article gives the steps to setup Charles Proxy on Mac OS X Yosemite. It can be used to proxy your CLI traffic to a work proxy server. The main benefit is if you have to pass credentials it can be securely stored in Charles Proxy (One place) and all your CLI commands and Dev tools point to it locally without the need for credentials.

Proxy


Download and Install

X Proxy For Mac Os


Uncheck Mac OS X Proxy

X Proxy For Mac

Since we'll be setting up all the proxy settings in Charles under External Proxy Settings... we'll want to turn this option off.


Setup External Proxy

  1. Select menu Proxy | External Proxy Settings...
  2. Check the box for Use external proxy servers
  3. Check the box for Web Proxy (HTTP)
  4. Enter proxy hostname not URL and Port number
  5. Enter proxy server username and password if required
  6. Check the box for Secure Web Proxy (HTTPS)
  7. Enter proxy hostname not URL and Port number
  8. Enter proxy server username and password if required
  9. Check the box for Always bypass external proxies for localhost
  10. Enter exclusions list and Select OK
    1. One IP address or name per line.


Proxy Settings

Set the Charles Proxy 'Proxy Settings'. Basically what port to listen on locally.

  1. Select menu Proxy | Proxy Settings
  2. Set the port to the default 8888 or pick a custom port.
  3. Select the check box for Enable transparent HTTP proxying
  4. Select OK
X Proxy For Mac


Configure CLI

Option 1 (Always set)

There's several ways you can get the Charles Proxy settings into your shell environment variables. Here's one way to allows have the settings in place. Meaning you'll always need to be running Charles Proxy while in the shell if you need network access.

Add environment variables to ~/.bash_profile


Option 2 (Turn settings on and off)

Another way you can get the Charles Proxy settings into your shell environment variables is to create a function to set and a function to unset. With the following, you can type proxy-on which will set the environment variables and then when done with the need for the proxy settings you can type proxy-off. This may be good for if you are on and off of a proxy network.

Add environment variables to ~/.bash_profile


Configure Test Kitchen

Free Proxy For Mac

Mac system proxy


You must launch Charles Proxy and keep it running pretty much at all times or at least while doing CLI/Dev work that requires network access.

Free Proxy Server For Mac


Troubleshooting

  1. If you get an error that you can't save settings to the configuration you may need to change ownership of the application files.
  2. If you don't have a license it will shutdown after about 10 minutes. You can relaunch it, apply a license or maybe cron something.

Mac System Proxy

Retrieved from 'https://www.bonusbits.com/index.php?title=HowTo:Setup_Charles_Proxy_on_Mac&oldid=9707'