Using secured connections
Revision as of 12:37, 29 June 2020 by Pavel.lobko (talk | contribs) (Created page with "=== https === To protect the connections, use the https protocol. i2Rest Server uses standard [https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_71/apis/unix9a.htm IBM i G...")
https
To protect the connections, use the https protocol. i2Rest Server uses standard IBM i GSK API to protect connections. All required parameters are configured using DCM, see detailed guide. Example:
"gates":
{
...
"main": {"url":"https://192.168.1.123:5678", "dcm_server_id":"MYSERVER", ...},
...
},