RE: Query about ipv4 connman url
이원영 <[email protected]>
| Newsgroups | dev.linux.lists.connman |
|---|---|
| Message-ID | <20250113022533epcms1p528f3b6b01aadaf75e214c2769dca6c95@epcms1p5> |
Dear Grant Erickson, Kindly remind for this topic. ========================================== Dear Grant Erickson, As you said, cURL RESULT [7] in the debug log is status code 7 of curl. This issue had not happened before 7th Jan(KST) with the same version of my software and the same network env. And it is experienced not only by me but also by others. So I am wondering the reason why it surddenly starts to response status code 7 Is it possible to check the reason on the server side? BR Wonyoung Lee ===================================================================== On Jan 8, 2025, at 12:21 AM, 이원영 <[email protected]> wrote: > I am testing connman on Tizenplatform with the following URLs "https://protect2.fireeye.com/v1/url?k=4ccfcac0-2d44dff9-4cce418f-000babffae10-994c06701b573d69&q=1&e=bee29355-a62c-420a-8105-9855865ea6d0&u=http%3A%2F%2Fipv4.connman.net%2Fonline%2Fstatus.html" > However, I often get the curl errorwhen calling above URL like below. > > 01-08 14:17:39.029+0900curlRequest(1299) > [0;33mcURL RESULT [7] with URL[https://protect2.fireeye.com/v1/url?k=7ffd22e2-1e7637db-7ffca9ad-000babffae10-eee25d3176242b54&q=1&e=bee29355-a62c-420a-8105-9855865ea6d0&u=http%3A%2F%2Fipv4.connman.net%2Fonline%2Fstatus.html] > > 01-08 14:20:07.949+0900curlRequest(1299) > [0;33mcURL RESULT [7] with URL[https://protect2.fireeye.com/v1/url?k=48f1bda2-297aa89b-48f036ed-000babffae10-3fee45b801578822&q=1&e=bee29355-a62c-420a-8105-9855865ea6d0&u=http%3A%2F%2Fipv4.connman.net%2Fonline%2Fstatus.html] > > 01-08 14:20:34.189+0900curlRequest(1299) > [0;33mcURL RESULT [7] with URL[https://protect2.fireeye.com/v1/url?k=5bde5bcd-3a554ef4-5bdfd082-000babffae10-5851179a5d5da000&q=1&e=bee29355-a62c-420a-8105-9855865ea6d0&u=http%3A%2F%2Fipv4.connman.net%2Fonline%2Fstatus.html] > > 01-08 14:20:59.639+0900curlRequest(1299) > [0;33mcURL RESULT [7] with URL[https://protect2.fireeye.com/v1/url?k=586e64ab-39e57192-586fefe4-000babffae10-47741276e19feaa4&q=1&e=bee29355-a62c-420a-8105-9855865ea6d0&u=http%3A%2F%2Fipv4.connman.net%2Fonline%2Fstatus.html] From the 'curl' man page, shell statuscode ‘7' seems to be: 7 Failed to connect to host. and would indicate that thev4.connman.net host may be unreachable. Can you confirm that is the case whenyou see status code '7'? Historically, Marcel has need toprovision more capacity or make other tweaks to the servers to accomodateshifts in load or usage. That may or may not be the issue here. Best, Grant -- Principal Nuovations --------- Original Message --------- Sender : 이원영 <[email protected]>SmartThings개발그룹(DPC)/삼성전자 Date : 2025-01-08 17:21 (GMT+9) Title : Query about ipv4 connman url Dear Connman maintainer, I am testing connman on Tizen platform with the following URLs "http://ipv4.connman.net/online/status.html" However, I often get the curl error when calling above URL like below. 01-08 14:17:39.029+0900 curlRequest(1299) > [0;33mcURL RESULT [7] with URL [http://ipv4.connman.net/online/status.html] 01-08 14:20:07.949+0900 curlRequest(1299) > [0;33mcURL RESULT [7] with URL [http://ipv4.connman.net/online/status.html] 01-08 14:20:34.189+0900 curlRequest(1299) > [0;33mcURL RESULT [7] with URL [http://ipv4.connman.net/online/status.html] 01-08 14:20:59.639+0900 curlRequest(1299) > [0;33mcURL RESULT [7] with URL [http://ipv4.connman.net/online/status.html] In 5th trial, its response was normal 01-08 14:21:19.969+0900 curlRequest(1299) > [0;33mcURL RESULT [0] with URL [http://ipv4.connman.net/online/status.html] May I know the reason and how to avoid CURL error 7? BR Wonyoung Lee