Docker bootup successfully, and be able to access from localhost. Here is what I am:
[root@ecs-274467 ~]# curl -k https://localhost:9980
OK
But I am not able access from public IP, there is no response by below command.
curl -k https://122.112.250.172:9980
with below errors in logs:
wsd-00001-00001 2022-03-23 02:47:56.781787 +0000 [ coolwsd ] INF WSD initialization complete: setting log-level to [warning] as configured.| wsd/COOLWSD.cpp:4319
Ready to accept connections on port 9980.wsd-00001-00040 2022-03-23 03:18:35.800919 +0000 [ websrv_poll ] ERR #23 Error while handling poll at 0 in websrv_poll: #23 SSL BIO error: error:1408F09C:SSL routines:ssl3_get_record:http request| net/Socket.cpp:466
What I have tested:
- setup a nginx and access from internet sucessfully,so the ECS environment should be fine,
- collabora online service can be ok with local access
So, suppose the issue could be inside the net conf of collabora service.
Any advises will be appreciated.
btw, No SSL needed in case this issue related to SSL, so if the easiest way is disable SSL, that make sense to me. but how to make it in conf ? …