Thellmann / callimachus

Automatically exported from code.google.com/p/callimachus
Other
0 stars 0 forks source link

Callimachus Requires Protocol Configuration to Support HTTPS Proxying #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Apache to proxy a Callimachus instance.
2. Configure Apache to use HTTPS (TLS/SSL).
3. Use the Apache ProxyPreserveHost Directive to pass the authority name to 
Callimachus.
4. Callimachus will not respect the authority because HTTPS is a different 
protocol than HTTP.

What is the expected output? What do you see instead?
Callimachus configuration (etc/callimachus.conf) should allow configuration of 
the protocol as part of the authority.

This is a feature request submitted by a user via IRC (juancoda).

Original issue reported on code.google.com by da...@3roundstones.com on 14 Jul 2011 at 3:53