Re: [sleuthkit-users] Autopsy over SSL?
Brought to you by:
carrier
|
From: Brooks, P. <pre...@tw...> - 2006-08-21 20:04:59
|
Here is a sample from the apache 2.2 documentation that I have modified = to reflect how I did this before. These commands have not changed since = 2.0, so this will work. ProxyRequests Off # This is to control access, I highly recommend configuring apache to = require some level of authentication before=20 # proxying the connections. <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /autopsy http://127.0.0.1/autopsy ProxyPassReverse /autopsy http://127.0.0.1/autopsy =20 -----Original Message----- From: sle...@li... on behalf of Angus = Marshall Sent: Mon 8/21/2006 3:56 PM To: sle...@li... Subject: Re: [sleuthkit-users] Autopsy over SSL? =20 Installing apache as a server won't help you - Autopsy is a server in = its own right and doesn't speak HTTPS itself. OTOH - you could probably use Apache's proxy pass through functionality = to enable it to act as a HTTPS proxy to the Autopsy process. That would take a = little bit of hacking around in the config file, but should be possible. If you can = wait a couple of days, I'll see if I can find time to try it out. On Mon Aug 21 20:47 , 'Sorrelle Michael W Ctr AFOSI/DOZI' <mic...@og...> sent: > > > > > >I need to be able to=20 >use Autopsy over a secure encrypted connection between the client=20 >machine (where the browser is running) and the server (where autopsy is = >running). I'm assuming I will need Apache installed on the server, in=20 >order to use SSL over port 443 (and then change the port number on the = autopsy=20 >command line). But before I proceed on that assumption, I wanted to = check=20 >if there were other options, and if so, what those might be. >I've searched the=20 >Informer archives, and Googled this, but didn't find anything=20 >applicable. >=20 >I know the image=20 >file could be transferred securely from server to client, and then = simply run=20 >Autopsy locally (thereby avoiding the issue), but that doesn't meet the = >requirements of the situation. >=20 >Thanks, >- - >Mike=20 >Sorrelle >Sr. Software=20 >Engineer >FPMI Solutions,=20 >Inc. -------------------------------------------------------------------------= Using Tomcat but need to do more? Need to support web services, = security? Get stuff done quickly with pre-integrated technology to make your job = easier Download IBM WebSphere Application Server v.1.0.1 based on Apache = Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ sleuthkit-users mailing list https://lists.sourceforge.net/lists/listinfo/sleuthkit-users http://www.sleuthkit.org |