3 Mar
2004
3 Mar
'04
8:15 p.m.
Roy Hashimoto wrote at 2004-3-2 15:03 -0800:
I wanted to access Zope using HTTPS without using Apache (just because it seemed like overkill). I managed to get things to work using stunnel to wrap everything in SSL:
stunnel -d 8443 -r 8080
and using Virtual Host Monster to rewrite the incoming URLs with an entry on the Mapping tab (instead of using Apache to rewrite):
myhost.com/VirtualHostBase/https/myhost.com:8443/VirtualHostRoot
This seems to work just fine (on Zope 2.7). My question is whether this is a supported use of the VHM mapping feature.
I think you can use it this way... -- Dieter