We have 2 problem and we are looking for some help.
1. We have a demo project installes in one E2C AWS instance.
We Run the Web Server and locally I can access the log in page but from my local browser no answer
- In the prowser the following image is shown:
- In the log file we have the following error message :
Code: Select all
WCCOActrl (3), 2019.10.16 13:30:32.012, SYS, SEVERE, 141, Connection to client ::ffff:165.225.72.220 could not be encrypted: sslv3 alert certificate unknown
WCCOActrl (3), 2019.10.16 13:30:32.051, SYS, SEVERE, 141, Connection to client ::ffff:165.225.72.220 could not be encrypted: sslv3 alert certificate unknown
WCCOActrl (3), 2019.10.16 13:30:32.330, SYS, SEVERE, 141, Connection to client ::ffff:165.225.72.220 could not be encrypted: sslv3 alert certificate unknown
2. We try to start WinCC OA from Gitlab Runner - Linux, we notice that the command sent with ssh
Code: Select all
start /b WCCILpmon -autoreg -config $PROJ_DIR\devproj\config\configWe move to a
Code: Select all
WCCILpmon -autoreg -config $PROJ_DIR\devproj\config\configDo you have any suggestion?