Comparing version 1.0.2 to 1.0.3
@@ -22,4 +22,11 @@ #!/usr/local/node/bin/node | ||
"body": "", | ||
"auth": { "user": "USERNAME", "pass": "PASSWORD" } | ||
"auth": { "user": "USERNAME", "pass": "PASSWORD" }, | ||
"agentOptions": { | ||
"ca": "hcmcert.cer", | ||
"Connection": "Keep-Alive", | ||
"securityOptions": "SSL_OP_NO_SSLv3" | ||
} | ||
} | ||
} | ||
} | ||
@@ -35,3 +42,3 @@ | ||
console.trace('MFT2HCM Error: ' +err); | ||
//process.exit(1); | ||
process.exit(1); | ||
} else { | ||
@@ -38,0 +45,0 @@ //console.log('MFT2HCM Upload JCFG: ', jcfg); |
{ | ||
"name": "mft2hcm", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "NodeJS app to copy files from MFT flow to UCM and Oracle HCM", | ||
@@ -5,0 +5,0 @@ "main": "mft2hcm.js", |
@@ -111,2 +111,3 @@ # MFT2HCM | ||
} | ||
``` | ||
@@ -113,0 +114,0 @@ ## Config File Notes |
17636
123
167