W Shao
W Shao
Great! Let me summarize my findings. With default setting `config['ssl_params']['do_handshake']=True`, `mqtt_client.connect()` would become blocking. This is usually fine as normal connection is reasonably fast. However, if the server isn't reachable,...
Could you check if they still exist in 1.24.1?
Not currently. Even if http proxy support is implemented, there is still a problem: Let's Encrypt server must directly access HTTPS-PORTAL on port 80 and 443. In heavily protected network...
Hmm .. In your first case with load balancing, I'm not entirely sure whether HTTPS-PORTAL was able to pick up the load balancing string. If you have `DEBUG=true` in environment...
I believe on one compose, only ONE container can listen to a certain port. I'm sure HTTPS-PORTAL needs to listen to 80 and 443. I would have a look which...
I would look at which container is actually listening to your port 80 and port 443 on your host machine.