laurent22 / joplin-nextcloud

Joplin Web API for Nextcloud
https://apps.nextcloud.com/apps/joplin
47 stars 8 forks source link

An error occured during the request. Unable to proceed. Certificate "4355" has been revoked #18

Open TheOPtimal opened 4 years ago

TheOPtimal commented 4 years ago

When I try to install the app, it gives me: An error occured during the request. Unable to proceed. Certificate "4355" has been revoked

Maybe this is related?

lgwapnitsky commented 4 years ago

getting the same. following along

moontan commented 4 years ago

Same. Before this I got an error I had to leave unresolved for a few months every time I tried to sync my Joplin clients with my Nextcloud which stated that the file .sync/version.txt was locked.

Lunarequest commented 4 years ago

I still am facing this issue is there any update on a fix?

raphaelh commented 4 years ago

I get the same error: image

The reason of this problem is here : https://github.com/nextcloud/server/issues/20674

We updated the certificate: https://github.com/nextcloud/app-certificate-requests/pull/267#issuecomment-619952309 You just need to re-register the app: see https://github.com/nextcloud/app-certificate-requests/pull/287#issuecomment-644279715

Lunarequest commented 4 years ago

Could one of the Joplin team please fix this. While officially development has ended alot of us would like to use Joplin and nextcloud

Ethnical commented 4 years ago

Same issue here...

referi commented 4 years ago

same problem

cadot-info commented 4 years ago

same problem

erralb commented 4 years ago

Hi, same issue here on a newly installed Nextcloud. Any fix or way to install it manually ?

mrussolo commented 3 years ago

I'd also like to know if there's a manual solution to this issue. I'm interested in the sharing-notes function of the Nextcloud API, especially, and so far it's been a bit hard to share notes with others :/

erralb commented 3 years ago

I think a solution is to install it manually

vrlps commented 3 years ago

Has someone solved this problem?

image

sxnsxn commented 3 years ago

Same problem. If any of you have straight-forward instructions how to get this working I'd be delighted to learn as I installed Nextcloud solely to use it with Joplin.

erralb commented 3 years ago

Personally I downloaded and installed it manually into the nextcloud apps folder, then I could activate it from the administration interface.

Lunarequest commented 3 years ago

could you write a guide on how to do this?

erralb commented 3 years ago

Depending on your server access, there's different ways to go about it.

If you can access your server with SSH and have a little knowledge about the command line, you can :

if you have access to your server through FTP :

dorearendil commented 3 years ago
* activate it through the Nextcloud administration interface

Hi @erralb , I'm wondering what interface you're referring to? I've tried doing what you mention with the Joplin extension (downloading it from Github, unzipping it and placing it inside my apps folder), but then when I visit my Nextcloud settings page, I'm not seeing anything... I have to go into the 'Apps' panel, which still has the same 'Download & enable' button. And when I click it, I receive the same certificate error.

I also tried using using the app function in the command line, asking Nextcloud to enable joplin, but that didn't do much either. If I missed an interface, please let me know!

erralb commented 3 years ago

I can enable / disable it from the Apps menu (click on your profile image then Apps) :

nextcloud

If you do not see the enable button, maybe the files you unzipped do not have the correct file permissions, or else you unzipped them in the wrong spot ? (Just throwing some guesses)

apit commented 3 years ago

if you are unzipping from the tarball, make sure to rename the folder to 'joplin' (from joplin-nextcloud) and you're good to go. dont forget to composer install under the folder.

nevertheless, after it has been successfully enabled, the page i got is this and dunno what to do next :-p

DeepinScreenshot_select-area_20210109003219

feensucher commented 3 years ago

An error occured during the request. Unable to proceed. Certificate "4335" has been revoced. Do you have any ideas? I have no programming scills to fix it by myself. Best regards, Wolfgang

erralb commented 3 years ago

@apit :

if you are unzipping from the tarball, make sure to rename the folder to 'joplin' (from joplin-nextcloud) and you're good to go. dont forget to composer install under the folder.

nevertheless, after it has been successfully enabled, the page i got is this and dunno what to do next :-p

DeepinScreenshot_select-area_20210109003219

You now need to configure the synchronisation within Joplin, in Preferences > Synchronisation.

Fill in your NextCloud WebDav URL which should be something like this : https://your-nextcloud-url.com/remote.php/webdav/Joplin Add your NextCloud username & password and you should be good to go !

@feensucher :

An error occured during the request. Unable to proceed. Certificate "4335" has been revoced. Do you have any ideas? I have no programming scills to fix it by myself. Best regards, Wolfgang

This all thread is about this issue, you should be able to fix it by reading the different answers.

apit commented 3 years ago

@erralb excellent, thanks! Now I'm officially a Joplin user, with synced notes :-).

btw, I came across this issue because of Lauren's old post on Nextcloud forum asking about the state of app development, which still very relevant as of today :-D.