-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Requesting support for self-signed SSL certificates. #569
Comments
In my country, personal websites need to be registered with government authorities to open ports 80 and 443, which makes applying for SSL certificates extremely troublesome. Therefore, if self-signed SSL certificates can be used, it would save a lot of hassle. |
If you install the CA into the trust store on your client devices, it should work fine. |
I even installed the certificate locally,using a self-signed certificate to access the second-level domain via HTTPS,and the web page had no issues.However,when using the LiveSync plugin,it couldn't connect to the server. I had to switch to the top-level domain I applied for and the SSL certificate.Every three months,I need to replace the certificate and install it on the server. I hope to use a self-signed certificate to solve two problems.First,it can extend the certificate's validity period.Second,if I feel that the certificate's validity period is too long and not secure,I would prefer to be able to ignore the certificate warnings and synchronize,because it's my own website and I trust my own certificate. As I'm a novice and used AI translation,if there's any misunderstanding on my part,please enlighten me. |
Unfortunately,self-signed certificates just don't work.I'm not sure if I made some mistake in the process. However,I can already use HTTPS normally,with a green indicator and no warnings.But the synchronization plugin just won't function. |
Hey man, i hope this message finds you well. i was just facing an issue with the self signed certificates on Kali-Linux (client side, as a user) myself for some time: doing
What i did to fix this was importing the certificate into my local chromium installation What i can say reading your comments is that lacking any error logs, screenshots or details it makes it very hard to troubleshoot for maintainers. In fact i'm not even sure if you are talking about the client or server side at the moment. Finishing up, self signed certificates work already (like @azoller1 said), but have to be imported in the right place, check for the certificate store for your OS or the chromium installation on the system. |
I check the nginx log, there is no relevant content at all. |
@vrtmrz However, I do hope that such a feature can be added. |
After upgrading the LiveSync plugin, an encrypted SSL port is now required. However, since I use my own NAS device, managing SSL certificates is quite troublesome for me.
I can set up a self-signed certificate, and my website is not intended for public access. However, due to the self-signed certificate, the SSL connection to CouchDB cannot be recognized by the LiveSync plugin. Only trusted SSL certificates can successfully enable database synchronization.
I hope that in future updates, the LiveSync plugin allows ignoring self-signed certificate errors to proceed with data synchronization.
The text was updated successfully, but these errors were encountered: