store_proxy_settings: Proxy Server Configuration

Description Usage Arguments Details Examples

Description

Set up configuration when internet access is via a proxy server.

Usage

1
2
store_proxy_settings(url, port = NA_integer_, username = NA_character_,
  password = NA_character_, auth = "basic")

Arguments

url

Location of proxy

port

Location of proxy

username

Login details for proxy, if needed

password

Login details for proxy, if needed

auth

Type of HTTP authentication to use. Should be one of the following: basic, digest, digest_ie, gssnegotiate, ntlm, any.

Details

The configuration is stored as encrypted data in the user's home directory.

Refer to use_proxy for more information.

Examples

1
2
# set up access to proxy server requiring authentication
store_proxy_settings("my_corporate_proxy_server", 8080, "kevin", "pass123!")

HSL/Rpgcli documentation built on May 31, 2019, 8:41 a.m.