> Hello, > > I have an installed SM1.2 and now I want to improve security a bit and > provide a login with ssl. Therefore I installed a SSL-Proxy which > redirects > the requests to the squirrel local virtualhost. > The URL for squirrelmail is https://ssl.domain.tld/webmail > > The problem is that some links within SM cut out the 'webmail' part of the > URL, so the pages cannot be found (e.g. Compose, Addresses, Sign out...) > https://ssl.domain.tld/src/compose.php?mailbox=INBOX > (the 'webmail'-part in the URL is missing, so the page isnt found) > > Other links from squirrel are put together correctly e.g. Next, Show All, > Toggle All.... > https://ssl.domain.tld/webmail/src/right_main.php?use_mailbox_cache=1&startMessage=26&mailbox=INBOX > (the 'webmail'-part in the URL is correct and so the page is found) > > Without the SSL SM is working fine. > > Can sb help me? How can I fix this?
Why make it complex? Apache has SSL support in special DSO module. - ssl support for apache http://www.modssl.org http://httpd.apache.org/docs-2.0/ssl/ - signed certificates http://www.thawte.com/buy.html - own certification center http://www.openca.org -- Tomas ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
