Setup Internet Proxy Server For Os X

  • 6Configure CLI

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.


VPN Setup for MAC OS X: OpenVPN Protocol. This article explains how to set up an OpenVPN protocol connection on a MAC OSX. Below the informative video, you will find step-by-step instructions. The video covers Windows, Mac, iOS, and Android. Macintosh OS X; with Internet Explorer 7 and up, Safari 3 and up, or Mozilla Firefox Earlier versions of operating systems and/or browsers may not work with the Truman proxy server. To use the Truman proxy server, the off-campus computer should be configured as follows.

Download and Install


Uncheck Mac OS X Proxy

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.

Setup Internet Proxy Server For Os X Download


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


Windows proxy server setup

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

Setup Internet Proxy Server For Os X 10


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.


Troubleshooting

Proxy Server Setup Windows 10

  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.

Setup Internet Proxy Server For Os Xp

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