From:
<S.S...@au...> - 2003-01-16 08:06:44
|
>> Seb I think the /home/sst comes from the ant build.xml file, of the >> client or the server, don't remember :) okay, that' it ! Soryy I didn't look at the code since some months :-) > > Well I didn't really found a solution to that user.home problem, but > thought about it. Putting it in /tmp ? too risky = security issue ! The > only solution would be that the user has to specify where to put the > keystore, during key enrollement. I was planning to add some nice UI to let the user choose the location. For the server application, this should be part of the servlet init-param (in web.xml) > > In the meanwhile I hard coded it again to continue the tests. I've got > another question : When using the openSST-Base function to get an > encrypted tunnel to another location how do you handle users being > behind a proxy or firewall already (which is the case most of the time > !) ? Cause I am, and always get a "Connection timeout" error ! Where > can > I say to openSST-proxy that it should communicate with my other proxy ? > Didn't found that in the code yet :( > It's not implemented yet. I alreay played with proxy, it must be quite easy since it is supported by the URL.openConnection() (or something similar) java method The proxy address should also be part of the user's config Seb |