Forum OpenACS Q&A: Re: Project/Open V2.0.0 Released

Collapse
Posted by Chris Davies on
I get the redirect to

http://pcdemo.dnsalias.com:30022/intranet/

however, port 30022 appears to be filtered.  No problem hitting port 80 on that IP.

It is indeed a firewall issue, but on the server side.  I tried from multiple locations around the net.

telnet pcdemo.dnsalias.com 80
Trying 80.37.90.26...
Connected to 26.Red-80-37-90.pooles.rima-tde.net.
Escape character is '^]'.
GET /become?user_id=510 HTTP/1.0
Host: pcdemo.dnsalias.com

HTTP/1.0 302 Found
Set-Cookie: ad_user_login_secure=""; Path=/; Max-Age=0
Set-Cookie: ad_user_login=510%2c1086377986%2c0305F0A27%20%7b266%201086406786%209985CC4D90BAEE792099D125E2A0FB2D85FED984%7d; Path=/; Max-Age=28800
Set-Cookie: ad_session_id=217%2c510%2c1%20%7b634%201086379186%2000EB01560384EE68D3E0B035D012BE0A40941422%7d; Path=/; Max-Age=1200
Location: http://pcdemo.dnsalias.com:30022/intranet/
Content-Type: text/html; charset=utf-8
MIME-Version: 1.0
Date: Fri, 04 Jun 2004 19:39:46 GMT
Server: AOLserver/3.3.1+ad13
Content-Length: 333
Connection: close

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Redirection</TITLE>
</HEAD>
<BODY>
<H2>Redirection</H2>
<A HREF="http://pcdemo.dnsalias.com:30022/intranet/">The requested URL has moved here.</A>
<P ALIGN=RIGHT><SMALL><I>AOLserver/3.3.1+ad13 on http://pcdemo.dnsalias.com:30022</I></SMALL></P>

</BODY></HTML>
Connection closed by foreign host.
mcd@mcdlp:~$ telnet pcdemo.dnsalias.com 30022
Trying 80.37.90.26...
telnet: Unable to connect to remote host: Connection timed out