Yesterday I found out about the service https://startssl.com, it's a free 
Certificate service.
I'm now able to use https for 2 webmailservers and my activesync and still have 
a meal each day.

My mobile's activesync can now access my Zarafa-server with https, which is 
great. I was able to do this because the URL always starts with 
"/Microsoft-Server-ActiveSync"


I have another mail-related service (ASSP anti-spam-proxy) and I would like to 
access its mail-interface in the same way. That service doesn't have a specific 
prefix. I was thinking about using the URL "/ASSP" so pound can distinguish the 
service and then pointing it to http://192.168.10.100:55555 but having that 
/ASSP stripped.

        https://mail.mirmana.com/ASSP             ==> 
http://192.168.10.100:55555
        https://mail.mirmana.com/ASSP/index.asp   ==> 
http://192.168.10.100:55555/index.asp

Is this already possible?
If not, it would be a great addition.

I'm now using this config which works fine with StartCom's CA:

ListenHTTPS
        Address 0.0.0.0
        Port    4443
        Cert       "/opt/etc/ssl.crt"
        CAList     "/opt/etc/ca.pem"
        VerifyList "/opt/etc/sub.class1.server.ca.pem"
        Service "zarafa"
          URL "/(zarafa-webaccess|Microsoft-Server-ActiveSync).*"
          BackEnd
            Address 192.168.10.125
            Port 80
          End
        End
        Service "Worldclient"
          BackEnd
            Address 192.168.10.25
            Port 80
          End
        End
End

ListenHTTPS
        Address 0.0.0.0
        Port    4446
        Cert       "/opt/etc/ssl.crt"
        CAList     "/opt/etc/ca.pem"
        VerifyList "/opt/etc/sub.class1.server.ca.pem"
        Service "Webadmin"
          BackEnd
            Address 192.168.10.25
            Port 1000
          End
        End
End





--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to