Hi Tk,
> Should Swazoo commuity on VW/Squeak/Dolphin dialects consider to
> add these functionalities, an add-on wrapping of OpenSLL ( OA do it ?
> ) and enhancement on Swazoo supported protocols for HTTPs ?
I agree that Swazoo support for https would be handy ... FWIW: I recall
a VW version of Swazoo that supported https, although I believe it was
based on VW's native SSL implementation.
I work around this missing functionality in Dolphin by running Swazoo
as an internal server and using IIS (or you could use Apache) as my
public web server. IIS (or Apache) handle the https requests and proxy
them through to Swazoo as normal http requests.
Even if Dolphin Swazoo had https support, I would continue to use IIS
as my public server as there are a number of other benefits such as
serving static content through IIS and using IIS authentication.
I think mod proxy will do this for Apache, although I have not tried.
For IIS, I use ISAPIRewrite from:
http://www.helicontech.com/Steve
--
[hidden email]