[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

What port does RubyGems use for outbound traffic?

Old Echo

6/27/2008 6:50:00 PM

Hi all,
I'm setting up Ruby in a non-conventional environment where I need to
specifically open a port on the box to allow for outbound network
traffic. So I'm trying to figure out which port RubyGems uses when it
goes out to the various repos to look for packages.

I'm guessing it's port 80. Is that correct?

Thank you,
kodama
--
Posted via http://www.ruby-....

2 Answers

Leslie Viljoen

6/27/2008 8:17:00 PM

0

On 6/27/08, Old Echo <kodama@bluexpanse.net> wrote:
> Hi all,
> I'm setting up Ruby in a non-conventional environment where I need to
> specifically open a port on the box to allow for outbound network
> traffic. So I'm trying to figure out which port RubyGems uses when it
> goes out to the various repos to look for packages.
>
> I'm guessing it's port 80. Is that correct?

Correct.

Old Echo

6/27/2008 8:33:00 PM

0

Thank you very much! : )

Leslie Viljoen wrote:
> On 6/27/08, Old Echo <kodama@bluexpanse.net> wrote:
>> Hi all,
>> I'm setting up Ruby in a non-conventional environment where I need to
>> specifically open a port on the box to allow for outbound network
>> traffic. So I'm trying to figure out which port RubyGems uses when it
>> goes out to the various repos to look for packages.
>>
>> I'm guessing it's port 80. Is that correct?
>
> Correct.

--
Posted via http://www.ruby-....