Self hosted project management application
Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.
A tiny script to issue and renew TLS certs from Let's Encrypt
Yannik/android_packages_apps_GmsCore 0
Implementation of Play Services Core package
startedYannik/qnap-letsencrypt
started time in 9 days
issue openedYannik/qnap-letsencrypt
Hi,
I wonder why my sha1sum won't match and I found the following:
curl --silent https://curl.haxx.se/ca/cacert.pem | more
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://curl.se/ca/cacert.pem">here</a>.</p>
<hr>
<address>Apache Server at curl.haxx.se Port 80</address>
</body></html>
Maybe you have to change the readme.md with the new url. Thanks for the great small tool.
Best Regards RolfC
created time in 23 days
startedYannik/qnap-letsencrypt
started time in a month
startedYannik/qnap-letsencrypt
started time in 2 months
startedYannik/qnap-letsencrypt
started time in 2 months
issue commentYannik/qnap-letsencrypt
Ok, I decided to remove 2.1.0, install entware as described in the link. Had to additionally install python 2.5 and git-http afterwards. Now everything's up and running again.
Thank you all for your help and patience!
comment created time in 2 months
issue commentYannik/qnap-letsencrypt
Try to remove ssl check git config --system http.sslVerify false and clone again, if this doesn't work read below.
The tlsv1 protocol was deprecated (server side) from github in 2018, so there are two solutions:
- Upgrade you git version
- Clone the repo with ssh and not over https
The version 2.1.0 was released in 2014, very old version.
To upgrade your git version I suggest to uninstal from the app center, and follow the @Yannik tips on how to install with entware as described here.
The second option, more complex, allows you to clone the repo without ssl. You can clone the repo with git clone [email protected]:Yannik/qnap-letsencrypt.git, but first you need to add a new public key to your github account.
comment created time in 2 months
issue commentYannik/qnap-letsencrypt
Unfortunately no update for git on my TS-459 is available. Tried the above. Same result:
[/share/MD0_DATA/letsencrypt] # git config --global --add http.sslVersion tlsv1.2 [/share/MD0_DATA/letsencrypt] # git clone https://github.com/Yannik/qnap-letsencrypt.git Cloning into 'qnap-letsencrypt'... fatal: unable to access 'https://github.com/Yannik/qnap-letsencrypt.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
comment created time in 2 months
issue commentYannik/qnap-letsencrypt
Try to update, if there is some, else try with git config --global --add http.sslVersion tlsv1.2
comment created time in 2 months
Let's Encrypt on QNAP
fork in 2 months
startedYannik/qnap-letsencrypt
started time in 2 months
issue commentYannik/qnap-letsencrypt
Sorry, I forgot to mention: 2.1.0
comment created time in 2 months
issue commentYannik/qnap-letsencrypt
Hi aski71, Which is your git version? It seems to require an update
comment created time in 2 months
issue commentYannik/qnap-letsencrypt
Hi aetasoul, git was installed from the QNAP App-Center. I just realized that the git package was stopped within the App-Center. When I started it, the error message was gone.
But now I get this, when I arrive at the git clone command:
[/share/MD0_DATA/letsencrypt] # git clone https://github.com/Yannik/qnap-letsencrypt.git Cloning into 'qnap-letsencrypt'... fatal: unable to access 'https://github.com/Yannik/qnap-letsencrypt.git/': error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
comment created time in 2 months
Let's Encrypt on QNAP
fork in 2 months
startedYannik/qnap-letsencrypt
started time in 2 months
issue commentYannik/qnap-letsencrypt
Hi Alex,
Can you share the output of this command sudo git -c core.editor=ls\ -al config --system --edit, it will show where the gitconfig file is located.
It must be something similar to this /share/CACHEDEV1_DATA/.qpkg/Entware/etc/gitconfig
Can you share also the git version and tell me if you have installed git with Entware or using the QNAP App-Center.
comment created time in 2 months
issue openedYannik/qnap-letsencrypt
Hi,
I've been using qnap-letsencrypt for years and left it untouched. Now I'm experiencing troubles cause by this: https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430
So I tried to reinstall the latest qnap-letsencrypt but already fail at the first step:
[/share/MD0_DATA/letsencrypt] # git config --system http.sslVerify true error: could not lock config file /Apps/git/etc/gitconfig: No such file or directory
Can you help?
Thanks, Alex
created time in 2 months
fork pki0/hspl
A prolog interpreter written in haskell during the 2018 fortprog course.
fork in 2 months
startedYannik/qnap-letsencrypt
started time in 2 months
issue commentYannik/qnap-letsencrypt
Unable to find remote helper for 'https' when cloning
I used Entware and the fix is to opkg install git-http for the http helper and opkg install ca-bundle may be necessary for https
comment created time in 2 months
startedYannik/qnap-letsencrypt
started time in 3 months
startedYannik/qnap-letsencrypt
started time in 3 months