Help with standalone SSL please

Hello all,

I created a self-signed cert per the instructions for Standalone SSL. I set the secure port to 8081 which is different than what is set in the IDE. I then used putty to execute the code

AxcysEmbeddedViewer.exe --secureport=8081

I restarted the Pi and it was not accessible to the browser on port 8081, but was still on port 8080. The logs show the following:

2017-11-22 17:48:30, Axcys Viewer WebSvrIPC_Socket , AxcysEmbeddedViewer.WebSvrIPC_Socket_Connected Path = /home/pi/Public/axcys/temp/IPC_file, 2017-11-22 17:48:30, WebSvrIPC_Socket , AxcysEmbeddedViewer.tmrIPCReconnect Connection Attempt 0, 2017-11-22 17:52:24, Axcys Viewer WebSvrIPC_Socket , Connection Error = 102, 2017-11-22 17:52:24, Axcys Viewer WebSvrIPC_Socket , Connection Path = /home/pi/Public/axcys/temp/IPC_file,

One curious thing is that there is an file created in the temp folder but it is empty. Also, how did it know to put anything in this folder? I created the folder manually to store down level trys - which were deleted prior to this attempt.

Can anyone tell me what I did wrong so I can make this work? Also why is it wanting to use a temp folder?
Finally the .crt file is in the same folder as the executable.

Thank you all!
Tim