Login Page - Create Account

Support Board


Date/Time: Sun, 09 Mar 2025 01:14:23 +0000



HTTPS connection ID:1 to xxxx:443 : Timed out waiting for shutdown.

View Count: 770

[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.
[2022-03-01 11:16:19]
Sierra Chart Engineering - Posts: 104368
We definitely would not be concerned at all about the socket shutdown related messages. As long as you got the full response nothing to be concerned with during the shut down process.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2022-03-01 11:16:24

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account