How do I configure vericom to connect with SSL?
I have set up Veridata server to run using SSL. I can connect to both the WebLogic Console and the Veridata Console using https and a new port for SSL connection. My problem is when trying to run vericom from the command line.
1) Originally I was running something like:
./vericom.sh -wluser veridata -j Plnr
And would get:
8830 unreachable.; nested exception is:
java.net.ConnectException: Connection refused (Connection refused); No available router to destination.
2) OK, 8830 is the old non-ssl port which is now disabled. Not sure where it gets that port number, probably in a config.xml.
So I tried using the -ssl option described in the documentation, but got this error: