PhpStorm 2019.1 Help

HTTP Proxy

File | Settings | Appearance and Behavior | System Settings | HTTP Proxy for Windows and Linux
PhpStorm | Preferences | Appearance and Behavior | System Settings | HTTP Proxy for macOS
Ctrl+Alt+S the Settings/Preferences icon


If to access the Internet PhpStorm should use an HTTP proxy, specify the proxy settings on this page.

Item

Description

No proxy

Connect to the Internet without a proxy.

Auto-detect proxy settings

Enable using an auto-configuration URL to configure the web proxy settings. When this option is selected, the following controls become enabled:

Item

Description

Automatic proxy configuration URL

Select this checkbox to manually specify the location of the proxy settings file, in case PhpStorm does not find it automatically.

Clear passwords

Clear the passwords to the specified proxy.

Manual proxy configuration

Enable manual proxy configuration. When this option is selected, the following controls become enabled:

Item

Description

HTTP

Use an HTTP proxy when accessing the internet.

SOCKS

Use the Socket Secure protocol when accessing the internet.

Host name

Specify the proxy hostname or IP address.

Port number

Specify the proxy port number.

No proxy for

Specify here the patterns for the URLs or IP addresses, for which proxy should not be specified.

Proxy authentication

Select this checkbox if your proxy requires authentication.

Login

Specify the name of the user on whose behalf PhpStorm will connect to the proxy.

Password

Specify the password associated with the username (login).

Remember password

Select this checkbox if you want PhpStorm to remember the password. Otherwise, you will be asked to provide the password every time PhpStorm connects to the proxy.

Last modified: 26 July 2019

See Also