Zen Cart Logo
Forums / General Questions / Outgoing connections to cloudfront

Outgoing connections to cloudfront

Views: 1,478

Results 1 to 4 of 4
4 Sep 2012, 12:07 AM
#1
ghsman avatar

ghsman

New Zenner

Join Date:
Feb 2009
Location:
San Angelo,TX
Posts:
14
Plugin Contributions:
0

Outgoing connections to cloudfront

I have several blocked outgoing connections to- server-54-240-166-136.lhr5.r.cloudfront.net, most are on port 80 but some are on port 0, and I am just wondering what this is and what it is for, also if I should allow it.
Thanks
Gordon

4 Sep 2012, 1:24 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Outgoing connections to cloudfront

Who/what is telling you this?
What triggers it?

4 Sep 2012, 7:38 PM
#3
ghsman avatar

ghsman

New Zenner

Join Date:
Feb 2009
Location:
San Angelo,TX
Posts:
14
Plugin Contributions:
0

Re: Outgoing connections to cloudfront

They are in my server logs as blocked outgoing connections, not really sure what is causing them, I also had some outgoing connections to pay pal blocked as well, and they were at roughly the same time, though there a whole bunch to cloudfront

4 Sep 2012, 9:47 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Outgoing connections to cloudfront

Cloudfront is a CDN run by Amazon AWS, and is a place where many websites host common assets, especially images and javascripts, and all kinds of other things.

PayPal might be serving images from servers there.
You might be using addons which access resources hosted there.

The only thing Zen Cart v1.x uses on cloudfront is when you login to your admin it checks what the latest version of Zen Cart is, and tells you if that is a newer version than the one your store is reporting, thus inviting you to do an upgrade. It's a single hit to a single tiny .txt file.

Generally speaking it is pointless to be blocking port 80 or port 443 access to cloudfront, as usually there is important information there that your site is needing.

Not sure why you're doing that blocking at all really.