... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Connection refused
#4
Hallo Ingo,

damit wir da weiterkommen habe ich ein kleines Programm geschrieben, dass die Proxies ausgibt und für 2 URLs einen Verbindungsversuch unternimmt. Du findest es hier:
http://static.routeconverter.com/downloa...kProxy.jar

Sourcecode hier:
https://github.com/cpesch/RouteConverter...Proxy.java

Wenn Du das startest kommt etwas heraus wie

Code:
$ java -jar proxy-tools/target/CheckProxy.jar
Apr. 04, 2019 1:02:46 NACHM. slash.navigation.rest.tools.CheckProxy run
INFO: ProxySelector sun.net.spi.DefaultProxySelector@4678c730
Apr. 04, 2019 1:02:46 NACHM. slash.navigation.rest.tools.CheckProxy checkProxy
INFO: Checking proxy for https://api.routeconverter.com/v1/mapservers/?format=xml
Apr. 04, 2019 1:02:46 NACHM. slash.navigation.rest.tools.CheckProxy findProxies
INFO: 0. proxy DIRECT
Apr. 04, 2019 1:02:46 NACHM. slash.navigation.rest.tools.CheckProxy request
INFO: Request to https://api.routeconverter.com/v1/mapservers/?format=xml with proxy DIRECT
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy request
INFO: Response HttpResponseProxy{HTTP/1.1 200 OK [Date: Thu, 04 Apr 2019 11:02:47 GMT, Server: Apache/2.4.7, Content-Language: en, Vary: Accept,Accept-Language,Cookie,Accept-Encoding, Last-Modified: Tue, 05 Mar 2019 09:14:35 GMT, ETag: "63f9f4ed94e37be06609b710fbf25297f75db29bfc45bb3b08493e478b45f997-gzip", Allow: GET, HEAD, OPTIONS, Keep-Alive: timeout=15, max=200, Connection: Keep-Alive, Transfer-Encoding: chunked, Content-Type: application/xml; charset=utf-8] org.apache.http.client.entity.DecompressingEntity@31ea9581}
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy checkProxy
INFO: Checking proxy for https://static.routeconverter.com/maps/world.map
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy findProxies
INFO: 0. proxy DIRECT
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy request
INFO: Request to https://static.routeconverter.com/maps/world.map with proxy DIRECT
Apr. 04, 2019 1:02:47 NACHM. slash.navigation.rest.tools.CheckProxy request
INFO: Response HttpResponseProxy{HTTP/1.1 200 OK [Date: Thu, 04 Apr 2019 11:02:47 GMT, Server: Apache/2.4.7, Last-Modified: Sun, 11 May 2014 11:13:28 GMT, ETag: "1569ae-4f91deb8b8600", Accept-Ranges: bytes, Content-Length: 1403310, Keep-Alive: timeout=15, max=200, Connection: Keep-Alive] ResponseEntityProxy{[Content-Length: 1403310,Chunked: false]}}

Könntest Du das bei Dir starten und mir die Ausgabe schicken? Vielleicht lieber per Mail (siehe FAQ), da sensitive Informationen enthalten sein könnten.
--
Christian
Reply


Messages In This Thread
Connection refused - by Asdfaa - 02.04.2019, 12:56
RE: Connection refused - by routeconverter - 03.04.2019, 20:25
RE: Connection refused - by Asdfaa - 04.04.2019, 08:05
RE: Connection refused - by routeconverter - 04.04.2019, 12:17
RE: Connection refused - by Asdfaa - 04.04.2019, 12:58
RE: Connection refused - by routeconverter - 04.04.2019, 21:07
RE: Connection refused - by Asdfaa - 05.04.2019, 07:20
RE: Connection refused - by routeconverter - 05.04.2019, 09:27
RE: Connection refused - by Asdfaa - 05.04.2019, 09:39
RE: Connection refused - by routeconverter - 05.04.2019, 12:52
RE: Connection refused - by Asdfaa - 05.04.2019, 13:23
RE: Connection refused - by routeconverter - 05.04.2019, 15:58
RE: Connection refused - by Asdfaa - 09.04.2019, 10:23
RE: Connection refused - by routeconverter - 10.04.2019, 10:33
RE: Connection refused - by WWAK - 10.04.2019, 15:17
RE: Connection refused - by Asdfaa - 11.04.2019, 07:44
RE: Connection refused - by WWAK - 11.04.2019, 12:10
RE: Connection refused - by routeconverter - 13.04.2019, 13:35
RE: Connection refused - by lutebe - 11.04.2019, 15:30
RE: Connection refused - by WWAK - 11.04.2019, 19:10
RE: Connection refused - by routeconverter - 13.04.2019, 13:40
RE: Connection refused - by WWAK - 13.04.2019, 14:03
RE: Connection refused - by routeconverter - 13.04.2019, 14:22
RE: Connection refused - by Asdfaa - 15.04.2019, 09:40
RE: Connection refused - by zavjah - 03.03.2020, 10:16
RE: Connection refused - by routeconverter - 05.03.2020, 17:11
RE: Connection refused - by zavjah - 06.03.2020, 09:45
RE: Connection refused - by routeconverter - 08.03.2020, 21:45
RE: Connection refused - by zavjah - 09.03.2020, 10:38
RE: Connection refused - by routeconverter - 09.03.2020, 21:59
RE: Connection refused - by zavjah - 12.04.2020, 16:50
RE: Connection refused - by routeconverter - 28.04.2020, 17:17
RE: Connection refused - by zavjah - 29.04.2020, 07:20
RE: Connection refused - by routeconverter - 29.04.2020, 11:30
RE: Connection refused - by zavjah - 30.04.2020, 06:26
RE: Connection refused - by routeconverter - 30.04.2020, 15:22
RE: Connection refused - by zavjah - 30.04.2020, 19:43
RE: Connection refused - by lundefugl - 30.04.2020, 19:30
RE: Connection refused - by zavjah - 23.02.2021, 08:59
RE: Connection refused - by routeconverter - 23.02.2021, 12:18
RE: Connection refused - by zavjah - 23.02.2021, 13:01
RE: Connection refused - by routeconverter - 23.02.2021, 15:29
RE: Connection refused - by zavjah - 23.02.2021, 15:35
RE: Connection refused - by routeconverter - 23.02.2021, 15:42
RE: Connection refused - by zavjah - 23.02.2021, 15:54
RE: Connection refused - by routeconverter - 23.02.2021, 17:22
RE: Connection refused - by routeconverter - 23.02.2021, 15:55

Forum Jump:


Users browsing this thread: 2 Guest(s)