Search the web
Sign In
New User? Sign Up
squeak
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Monticello and https://   Message List  
Reply | Forward Message #94877 of 143989 |
Re: Monticello and https://

On 5/24/05, Joshua Gargus <schwa@...> wrote:
> Hi,
>
> I was under the impression that WebDAV is the preferred network
> substrate for Monticello, for the reason that you can connect securely
> via SSL. However, searching the list archive turned up no information
> about Monticello over secure WebDAV.
>
> Can WebDAV work over SSL? If so, does anything fancy need to be done at
> the client end?
>
> Is WebDAV the preferred way to use Monticello, or am I confused?

WebDAV is the preferred way (at least in that it's the way most people
seem to use, although FTP also gets a fair amount of use). But not
because of SSL - the problem is that Squeak has no built in SSL
support*, and so can't handle https: URLs directly. The easiest way
around this is to use stunnel to forward HTTP requests to a local port
through as HTTPS requests to a specific remote server. I can't
remember exactly what the options are you need to give stunnel to do
this but it's pretty straightforward. And yes, there should be no
problem on the server side combining SSL and DAV.

Avi

*At some point last year I looked over the Cryptography package on
SqueakMap with Martin Kobicek, who wrote VW's native SSL library, and
he said that most of what you'd need is there - so if someone's
feeling ambitious...




Tue May 24, 2005 9:28 pm

avi.bryant@...
Send Email Send Email

Forward
Message #94877 of 143989 |
Expand Messages Author Sort by Date

Hi, I was under the impression that WebDAV is the preferred network substrate for Monticello, for the reason that you can connect securely via SSL. However,...
Joshua Gargus
schwa@...
Send Email
May 24, 2005
9:19 pm

... WebDAV is the preferred way (at least in that it's the way most people seem to use, although FTP also gets a fair amount of use). But not because of SSL -...
Avi Bryant
avi.bryant@...
Send Email
May 24, 2005
9:29 pm

That's what I wanted to know! Thanks, Josh...
Joshua Gargus
schwa@...
Send Email
May 25, 2005
2:06 am

... <snip> ... Is there any particular reason why we wouldn't want to write a plugin talking to OpenSSL instead? I mean, I wouldn't dream of discouraging a ...
Frank Shearar
Frank.Shearar@...
Send Email
May 25, 2005
7:57 am

... That would also be good, of course. But does OpenSSL build on the Acorn? PocketPC? :) Avi...
Avi Bryant
avi.bryant@...
Send Email
May 25, 2005
9:41 am

Hi guys! ... You might want to know that someone has already made such a plugin in the Croquet project - I do not remember who/what/where, but I do recall ...
goran.krampe@...
Send Email
May 25, 2005
9:58 am

We have a plugin, developed for Croquet but which is independent of it, and which has not been touched in nearly a year. It calls the OpenSSL API directly,...
Howard Stearns
hstearns@...
Send Email
May 25, 2005
7:12 pm

... Er ah yes. "Cross platform" does not mean "runs on Windows and Unix clones". Still, for those OSes that support it, it's a better idea to use OpenSSL....
Frank Shearar
Frank.Shearar@...
Send Email
May 25, 2005
10:47 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help