> I had already tested this solution, but it does not work ! :
> # stunnel -d 8081 -r localhost:8082
> (in apache.conf, I had added Listen 8082)
> mysql> select * from host;
> 
>+----+------------------------+------+-------+------+-------+------+--------+----------+
> | id | name                   | root | style | info | owner | port |
> online | prefix   |
> 
>+----+------------------------+------+-------+------+-------+------+--------+----------+
> |  1 | webadmin.foobar.com    |    1 |     1 | auth |     2 | 8082
> |      1 |          |
> 
> 
> But https://webadmin.foobar.com:8081 does not return the AdminSite.

But does

http://webadmin.foobar.com:8082/ return the admin site?

> I think that the problem is a bug with Midgard who test the string
> "http://webadmin.foobar.com:8081"
> instead of "webadmin.foobar.com:8081", then the https can not work
> (according to Midgard, the string https://webadmin.foobar.com:8081 is
> not the same that the string http://webamin.foobar.com:8082).

That's not it. Midgard doesn't see the http:// or https:// part of the URL
(nor does any other Apache module).

Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to