GitHub Support after SSL Change...
Dear CK and TFF Team: Just a quick question. I seem to recall you saying you were moving to GitHub and if that is the case, how are you getting around their SSL change for update-checks and such?
I am tied to a project on there and we can't get through any longer with shell-scripting in Tiger.
Any Ideas very much welcome.
Adam :0)
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Cameron Kaiser on 19 Feb, 2018 01:06 AM
You would need to build a new
git
with an updatedopenssl
. I actually did build this (it builds updatedopenssl
,openssh
,curl
andgit
binaries and statically links them so that they are drop-in replacements), and we'll see if it works. If it does, then I'll make it available. It has no dependencies other than Xcode 2.5.Alternatively, you could update using MacPorts, though I imagine not much is checked against Tiger these days. I didn't have a good result trying to do this with Tigerbrew, which is why I did it myself.
2 Posted by Adam Albrec on 19 Feb, 2018 03:27 AM
Thanks so much for the reply! How are you handling ssl with TFF? I never run into problems with it. Am wondering is it possible to make a terminal executable for curl that can be bundled?
Thanks!
BTW a different kind of "Ludditism" - here are a few shots taken with a 1951 Kodak Signet 35 (originally made for the US Airforce). Scanned with Nikon 4000 ED in OS9.
--------------------------------------------
On Sun, 2/18/18, Cameron Kaiser <[email blocked]> wrote:
Subject: Re: GitHub Support after SSL Change... [Questions #5574]
To: [email blocked]
Date: Sunday, February 18, 2018, 5:06 PM
#yiv1472342770 pre {
width:92%;margin:10px 2%;padding:5px
2%;background:#efefef;border:1px solid #d6d6d6;}
#yiv1472342770 blockquote {
margin-left:0;padding-left:1em;border-left:5px solid #ccc;}
// Please reply above this
line
Support Staff 3 Posted by Cameron Kaiser on 19 Feb, 2018 03:32 AM
TenFourFox includes its own TLS library (Mozilla NSS), which is completely separate from the operating system.