You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/07/16 16:53:22 UTC

[GitHub] [cloudstack] server24 edited a comment on issue #3493: terracota.org HTTP 403

server24 edited a comment on issue #3493: terracota.org HTTP 403
URL: https://github.com/apache/cloudstack/issues/3493#issuecomment-511897896
 
 
   OK, I captured the network traffic on that newly installed CentOS 7 server and it actually is connecting to www.terracotta.org to check for updates. On this server that domain name resolves to 104.25.110.97 and this is the dump of the network packages:
   
   ```
   16:48:44.556821 IP csmgm2.50460 > 104.25.110.97.http: Flags [S], seq 522085477, win 29200, options [mss 1460,sackOK,TS val 4981412 ecr 0,nop,wscale 7], length 0
   16:48:44.557652 IP 104.25.110.97.http > csmgm2.50460: Flags [S.], seq 1391149656, ack 522085478, win 29200, options [mss 1460,nop,nop,sackOK,nop,wscale 10], length 0
   16:48:44.557671 IP csmgm2.50460 > 104.25.110.97.http: Flags [.], ack 1, win 229, length 0
   16:48:44.564469 IP csmgm2.50460 > 104.25.110.97.http: Flags [P.], seq 1:415, ack 1, win 229, length 414: HTTP: GET /kit/reflector?pageID=update.properties&kitID=ehcache.default&id=1411458529&os-name=Linux&jvm-name=OpenJDK+64-Bit+Server+VM&jvm-version=1.8.0_212&platform=amd64&tc-version=2.6.11&tc-product=Ehcache+Core+2.6.11&source=Ehcache+Core&uptime-secs=1&patch=UNKNOWN HTTP/1.1
   16:48:44.565293 IP 104.25.110.97.http > csmgm2.50460: Flags [.], ack 415, win 30, length 0
   16:48:44.569014 IP 104.25.110.97.http > csmgm2.50460: Flags [.], seq 1:1461, ack 415, win 30, length 1460: HTTP: HTTP/1.1 403 Forbidden
   16:48:44.569051 IP 104.25.110.97.http > csmgm2.50460: Flags [P.], seq 1461:3566, ack 415, win 30, length 2105: HTTP
   16:48:44.569090 IP 104.25.110.97.http > csmgm2.50460: Flags [P.], seq 3566:3571, ack 415, win 30, length 5: HTTP
   16:48:44.574003 IP 104.25.110.97.http > csmgm2.50460: Flags [P.], seq 3566:3571, ack 415, win 30, length 5: HTTP
   16:48:44.575403 IP csmgm2.50460 > 104.25.110.97.http: Flags [.], ack 1461, win 251, length 0
   16:48:44.575419 IP csmgm2.50460 > 104.25.110.97.http: Flags [.], ack 3566, win 284, length 0
   16:48:44.575430 IP csmgm2.50460 > 104.25.110.97.http: Flags [.], ack 3571, win 284, length 0
   16:48:44.575441 IP csmgm2.50460 > 104.25.110.97.http: Flags [.], ack 3571, win 284, options [nop,nop,sack 1 {3566:3571}], length 0
   16:48:45.834157 IP csmgm2.50460 > 104.25.110.97.http: Flags [F.], seq 415, ack 3571, win 284, length 0
   16:48:45.835074 IP 104.25.110.97.http > csmgm2.50460: Flags [F.], seq 3571, ack 416, win 30, length 0
   16:48:45.835085 IP csmgm2.50460 > 104.25.110.97.http: Flags [.], ack 3572, win 284, length 0
   ```
   
   And I get back 403 forbidden, too - it just is not showing up in my log files. So maybe you just have a more verbose logging level set and everything is fine.
   
   I get a 403 forbidden error even from my browser:
   http://www.terracotta.org/kit/reflector?pageID=update.properties&kitID=ehcache.default&id=1411458529&os-name=Linux&jvm-name=OpenJDK+64-Bit+Server+VM&jvm-version=1.8.0_212&platform=amd64&tc-version=2.6.11&tc-product=Ehcache+Core+2.6.11&source=Ehcache+Core&uptime-secs=1&patch=UNKNOWN

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services