Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL issue #64

Open
jmfayard opened this issue Dec 14, 2019 · 2 comments
Open

SSL issue #64

jmfayard opened this issue Dec 14, 2019 · 2 comments

Comments

@jmfayard
Copy link

Are you the owner of https://tasktools.org/projects/tasksh.html ?

I have an ugly warning when I get there

Screen Shot 2019-12-14 at 10 12 58 AM

@narq
Copy link

narq commented Jul 7, 2020

This causes a more serious issue when attempting to clone the git repo. With https://letsencrypt.org/ self-signed certs should be a thing of the past. I don't want to be added self-signed certificates or disabling SSL, which I'm sure some users will end up doing.

$ git clone --recursive https://github.com/GothenburgBitFactory/taskshell.git
Cloning into 'taskshell'...
remote: Enumerating objects: 1201, done.
remote: Total 1201 (delta 0), reused 0 (delta 0), pack-reused 1201
Receiving objects: 100% (1201/1201), 216.29 KiB | 224.00 KiB/s, done.
Resolving deltas: 100% (782/782), done.
Submodule 'src/libshared' (https://git.tasktools.org/TM/libshared.git) registered for path 'src/libshared'
Cloning into '/home/ian/taskshell/src/libshared'...
fatal: unable to access 'https://git.tasktools.org/TM/libshared.git/': SSL certificate problem: self signed certificate
fatal: clone of 'https://git.tasktools.org/TM/libshared.git' into submodule path '/home/ian/taskshell/src/libshared' failed
Failed to clone 'src/libshared'. Retry scheduled
Cloning into '/home/ian/taskshell/src/libshared'...
fatal: unable to access 'https://git.tasktools.org/TM/libshared.git/': SSL certificate problem: self signed certificate
fatal: clone of 'https://git.tasktools.org/TM/libshared.git' into submodule path '/home/ian/taskshell/src/libshared' failed
Failed to clone 'src/libshared' a second time, aborting

@mitchblank
Copy link

It looks to me like the tasktools.org website is just dead and replace with some general wordpress site.

The "git" and "www" addresses are just being served by a wildcard DNS entry, there probably isn't an actual git server any more.

dtrodrigues pushed a commit to mitchblank/homebrew-core that referenced this issue Dec 23, 2020
The tasktools.org URL seems to be permanently gone.  See
GothenburgBitFactory/taskshell#64 (comment)
dtrodrigues pushed a commit to Homebrew/homebrew-core that referenced this issue Dec 23, 2020
The tasktools.org URL seems to be permanently gone.  See
GothenburgBitFactory/taskshell#64 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants