We are trying to expose the existing Tuxedo service as a RESTFUL service with SSL validation enabled,
however when we try to add the certificate we are getting an error message :
- 171859.DLA-AWUHRPR01!GWWS.14962.4268073472.0: Created SSL listening connection for https://10.217.8.238:5430/bankapp
- 171859.DLA-AWUHRPR01!GWWS.14962.4268073472.0: GWWS_CAT:1457: Created REST listening connection for http://10.217.8.238:5440
- 171859.DLA-AWUHRPR01!GWWS.14962.4268073472.0: GWWS_CAT:1699: ERROR: Could not open private key file "/opt/certificates/root.pem"
- 171859.DLA-AWUHRPR01!GWWS.14962.4268073472.0: File open failed on Oracle Wallet "file:/opt/certificates" and subsequent attempt to dynamically create security credentials failed
- 171859.DLA-AWUHRPR01!GWWS.14962.4268073472.0: GWWS_CAT:1460: Created REST listening connection for https://10.217.8.238:5550
nztysgs_genseed: entry
nztysgs_genseed: exit
nzosr_DefaultConfig: entry
nzosr_DefaultConfig: Renegotiation parameter ssl.renegotiate =
nzosr_DefaultConfig: exit
nzos_Initialize: nz initialize status 0
nztysgs_genseed: entry
nztysgs_genseed: exit
nzosr_DefaultConfig: entry
nzosr_DefaultConfig: Renegotiation parameter ssl.renegotiate =
nzosr_DefaultConfig: exit
nzos_Initialize: nz initialize status 0
nzos_Create_Ctx: nz ctx create status: 0
nztwOpenWallet: entry
nzosReadConfFile: entry
nzosReadCertParams: entry
nzosReadCertParams: exit
nzosReadConfFile: sslconf.ora file could not be opened. Continuing.
nzosReadConfFile: exit
nzupawp_apply_wrl_policy: entry
nzupgew_get_environ_wrl: entry
nzupgew_get_environ_wrl: Environment Variable not found or empty value.
nzupawp_apply_wrl_policy: Using wallet locator from caller argument ..
nzdcpgfd_get_file_data: entry
nzdcpaf_assemble_filename: entry
snzdafn_assemble_filename: entry
nzupawp_apply_wrl_policy: entry
nzupgew_get_environ_wrl: entry
nzupgew_get_environ_wrl: Environment Variable not found or empty value.
nzupawp_apply_wrl_policy: Using wallet locator from caller argument ..
nzhewRetrieveencwltBlob: entry
nzdtrsr_store_certreq: entry
nzupawp_apply_wrl_policy: entry
nzupgew_get_environ_wrl: entry
nzupgew_get_environ_wrl: Environment Variable not found or empty value.
nzupawp_apply_wrl_policy: Using wallet locator from caller argument ..
nzdcpgfd_get_file_data: entry
nzdcpaf_assemble_filename: entry
snzdafn_assemble_filename: entry
nzupawp_apply_wrl_policy: entry
nzupgew_get_environ_wrl: entry
nzupgew_get_environ_wrl: Environment Variable not found or empty value.
nzupawp_apply_wrl_policy: Using wallet locator from caller argument ..
nzdcpgfd_get_file_data: entry
nzdcpaf_assemble_filename: entry
snzdafn_assemble_filename: entry
nziropen: entry
nzdfo_open: entry
snzdfo_open_file: entry
snzdfo_open_file: Opening file /opt/certificates/ewallet.p12 with READ ONLY permissions
snzdfo_open_file: File Open/Close error
nzdfo_open: File Open/Close error
nziropen: rio open failed with error 28759
nzirclose: entry
nzdtrsr_store_certreq: nziropen() returned error 28759
nzhewRetrieveencwltBlob: exit
nztwOpenWallet: Could not open wallet from file:/opt/certificates: NZ error 28759
nztwOpenWallet: exit
nzos_Create_Ctx: nz ctx create status: 0
nztwOpenWallet: entry
nzosReadConfFile: entry
nzosReadCertParams: entry
nzosReadCertParams: exit
nzosReadConfFile: sslconf.ora file could not be opened. Continuing.
nzosReadConfFile: exit
nzupawp_apply_wrl_policy: entry
nzupgew_get_environ_wrl: entry
nzupgew_get_environ_wrl: Environment Variable not found or empty value.
nzupawp_apply_wrl_policy: Using wallet locator from caller argument ..
nzdcpgfd_get_file_data: entry
nzdcpaf_assemble_filename: entry
snzdafn_assemble_filename: entry
nzupawp_apply_wrl_policy: entry
nzupgew_get_environ_wrl: entry
nzupgew_get_environ_wrl: Environment Variable not found or empty value.
nzupawp_apply_wrl_policy: Using wallet locator from caller argument ..
nzhewRetrieveencwltBlob: entry
nzdtrsr_store_certreq: entry
nzupawp_apply_wrl_policy: entry
nzupgew_get_environ_wrl: entry
nzupgew_get_environ_wrl: Environment Variable not found or empty value.
nzupawp_apply_wrl_policy: Using wallet locator from caller argument ..
nzdcpgfd_get_file_data: entry
nzdcpaf_assemble_filename: entry
snzdafn_assemble_filename: entry
nzupawp_apply_wrl_policy: entry
nzupgew_get_environ_wrl: entry
nzupgew_get_environ_wrl: Environment Variable not found or empty value.
nzupawp_apply_wrl_policy: Using wallet locator from caller argument ..
nzdcpgfd_get_file_data: entry
nzdcpaf_assemble_filename: entry
snzdafn_assemble_filename: entry
nziropen: entry
nzdfo_open: entry
snzdfo_open_file: entry
snzdfo_open_file: Opening file /opt/certificates/ewallet.p12 with READ ONLY permissions
snzdfo_open_file: File Open/Close error
nzdfo_open: File Open/Close error
nziropen: rio open failed with error 28759
nzirclose: entry
nzdtrsr_store_certreq: nziropen() returned error 28759
nzhewRetrieveencwltBlob: exit
nztwOpenWallet: Could not open wallet from file:/opt/certificates: NZ error 28759
nztwOpenWallet: exit
nzos_DestroyCtx: entry
nzos_DestroyCtx: exit
The above ULOG Message is being displayed for both the Linux and Windows OS. So i am not sure whether I am missing any cipher shell setup.