[squeak-dev] Installer http vs https

Eliot Miranda eliot.miranda at gmail.com
Wed Jul 27 16:52:23 UTC 2022


Hi All,

    am I right in thinking that
- all uses of Installer monticello http: 'http://url text' should be
replaced with Installer monticello http: 'url text'
- MonticelloInstaller needs to implement https: & https:user:password:
- We should use https: for squeaksource, etc.  i.e.
     Installer class>>squeak
           ^self monticello http: 'source.squeak.org'
=>
     Installer class>>squeak
           ^self monticello https: 'source.squeak.org'
_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220727/008d83da/attachment.html>


More information about the Squeak-dev mailing list