SMP/E for z/OS Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of HTTP proxy

SMP/E for z/OS Commands
SA23-2275-01

Start of change
Suppose that to download files using HTTPS from a remote host, you must first pass through and logon to a local HTTP proxy server with a user ID and password. In this case, you would include information in the CLIENT data set as shown in Figure 1:
Figure 1. Example of CLIENT data set content
<CLIENT javahome="/usr/lpp/java/J6.0"
        javadebugoptions="-Dcom.ibm.smp.debug=severe"
        downloadmethod="https"
        downloadkeyring="*AUTH*/*">
  <HTTPPROXY host="local.proxy.host"
             user="USER1" pw="PASSWORD2">
  </HTTPPROXY>
</CLIENT>
End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014