Support Board
Date/Time: Sun, 09 Mar 2025 14:14:13 +0000
Post From: HTTPS connection ID:1 to xxxx:443 : Timed out waiting for shutdown.
[2022-03-01 10:34:36] |
User612903 - Posts: 51 |
Hello, I followed this documentation to do an http request. ACSIL Interface Members - Functions: sc.MakeHTTPRequest() The request and the response works great. But a little bit after, I always receive this message : Timed out waiting for shutdown. Performing an immediate socket close
Here is an example log : BTCUSDT-BINANCE[M] 15 Min #1 | Study: TEST| Making HTTP request. | 2022-03-01 10:13:14.035 Chart: BTCUSDT-BINANCE[M] 15 Min #1 | Study: TEST | The request has not completed | 2022-03-01 10:13:14.036 * Chart: BTCUSDT-BINANCE[M] 15 Min #1 | Study: TEST | Display the response from the Web server | 2022-03-01 10:13:14.153 * Chart: BTCUSDT-BINANCE[M] 15 Min #1 | Study: TEST | "hello sierra" | 2022-03-01 10:13:14.153 * HTTPS connection ID:1 to domain.com:443 for request ID:1 (1) | Timed out waiting for shutdown. Performing an immediate socket close. | 2022-03-01 10:15:44.218 I'm thinking this could be related to the fact that I use apache proxy pass for the backend. I use this config in the backend, not sure if this is relevant : SSLProxyEngine On ProxyRequests On ProxyPreserveHost On ProxyPass / http://127.0.0.1:1377/ ProxyPassReverse / http://127.0.0.1:1377/ RewriteEngine On RewriteCond %{HTTP:Upgrade} =websocket [NC] RewriteRule /(.*) ws://localhost:1377/$1 [P,L] Any suggestions on this ? Thanks a lot for looking into it. |