You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modproxy-dev@apache.org by Fabiano Felix <fe...@getnet.com.br> on 2004/03/05 13:49:21 UTC

Apache2 Tarantella Reverse Proxy and ASAD Protocol

Hi All,

I'm trying to configure a reverse proxy to a Tarantella server that is located on a insecure network. When I access the server, I connect and receive the SSL certificates (it uses two: one for the proxy and another for the app server), but I can't receive the login screen.

According Tarantella Support Team, this product uses two proprietary protocols (AIP and ASAD) under 443 tcp port that aren't (in my configuration) recognised by Apache2. Someone know that it's possible to configure the Apache2 to accept and retransmit this protocols?

These are my logs:

access.log:
"
200.185.67.140 - - [04/Mar/2004:18:23:23 -0300] "ASAD\x8b\x02" 501 343 "-" "-"
200.185.67.140 - - [04/Mar/2004:18:23:26 -0300] "GET /tarantella/cgi-bin/ttacustomca.cgi/ca.der HTTP/1.1" 500 626 "-" "Mozilla/4.0 (Linux 2.4.21-192-default) Java/1.4.2"
200.185.67.140 - - [04/Mar/2004:18:23:26 -0300] "ASAD\xa3\x02" 501 343 "-" "-"
200.185.67.140 - - [04/Mar/2004:18:23:30 -0300] "GET /tarantella/cgi-bin/ttacustomca.cgi/ca.der HTTP/1.1" 500 626 "-" "Mozilla/4.0 (Linux 2.4.21-192-default) Java/1.4.2"
"

error.log:
"
Thu Mar 04 18:24:09 2004] [warn] [client 200.185.67.140] proxy: no HTTP 0.9 request (with no host line) on incoming request and preserve host set forcing hostname to be tarantella.empcorr.inf.br for uri /
[Thu Mar 04 18:24:13 2004] [warn] [client 200.185.67.140] proxy: no HTTP 0.9 request (with no host line) on incoming request and preserve host set forcing hostname to be tarantella.empcorr.inf.br for uri /
"

Regards,

Fabiano Felix