Hi! I found that resouce "Digicert" does not open through the shadowsock-rust version 1.17-latest.
I try 1.21, 1.20, 1.19, 1.18, 1.17 and it doesn't work. I had to roll back to 1.16. There this resource works.
curl -x "http://127.0.0.1:1080" -i http://timestamp.digicert.com/timestamp/health/heartbeat
config:
{
"server": "<ip_server>",
"server_port": <port_server>,
"password": "<pass>",
"method": "chacha20-ietf-poly1305",
"protocol": "http",
"local_address": "127.0.0.1",
"local_port": 1080
}
Curl gives silence. No response at all. Just hangs.
What could be the reason for this? Maybe some new parameters need to be added to the config after 1.16?
Thank you in advanced