-
Notifications
You must be signed in to change notification settings - Fork 104
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
WebDav SSL peer certificate problem ? #228
Comments
Please go to #207 for reference more explicitly: |
Looked at the code, looked up the information on the Internet, perhaps because did not add this code curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0); But I'm not Building, hahahahahahaha |
Are you sure the same URL verifies fine in your browser? I'm working against a LetsEncrypt protected webdav and it works fine. Also consider updating your Switch version, since I believe the CA root certificate store is pulled from the OS. Disabling certificate checks is NOT the solution. |
Also make sure that the System Time on your console is set correctly. Otherwise you also get this error. |
From my knowledge SSL errors can also be caused by having a wiped prodinfo by the old tool we tell everyone not to use.
… On Jul 27, 2024, at 10:00 AM, Martin Riedel ***@***.***> wrote:
Also make sure that the System Time on your console is set correctly. Otherwise you also get this error.
—
Reply to this email directly, view it on GitHub <#228 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC3GMAPRLMG2C7DKMRAVBADZOOYYNAVCNFSM6AAAAABE72CLYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJUGE3TCOBRGQ>.
You are receiving this because you are subscribed to this thread.
|
I'm not sure if it's because of nextcloud But I can confirm that the same URL validates well in my browser. |
That's is for Nintento servers certificates, that uses Local system Certificates to autenticate, and that is the prodinfo. |
I use is the webdav Nextcloud(My own server)
Open this JKSV: Fail start the webdav.
In the log:
WebDav: directory exists failed: SSL peer certificate or SSH remote key was not OK
WebDav: directory creation failed: SSL peer certificate or SSH remote key was not OK
My certificate is from Dnspod, not a self-signed certificate. This URL can be used for normal SSL connection on the Internet.
Excuse me, how can I solve this problem?
The text was updated successfully, but these errors were encountered: