-
-
Notifications
You must be signed in to change notification settings - Fork 241
Enable Floccus to access WebDAV servers with self signed certificates
If you are accessing a WebDAV storage location that uses a self-signed certificate, you will likely have some issues when using Floccus. You may receive a network/auth error within the extension.
BEFORE attempting to setup your WebDAV connection in the extension, access the WebDAV base URL within the web browser (if using multiple profiles, do so within the profile you will setup Floccus in).
Example: If your WebDAV URL will be: https://YOURLOCALHOST:443/webdav/bookmarks, then:
- Visit in your browser: https://YOURLOCALHOST:443
- You will receive an error that your connection is not private.
- Click the “Advanced” button.
- Click “Proceed to YOURLOCALHOST (unsafe)”
This will accept the self-signed certificate into the browser. You may need to redo these steps occasionally if the extension stops working with a network error.
- Open your terminal/console.
- Copy your self-signed certificate to the certificate store:
sudo cp /path/to/self-signed-cert /usr/local/share/ca-certificates/
- Update your certificate store:
sudo update-ca-certificates
- Open the "Run" dialog by pressing [Windows Key]+[R] or clicking Start -> Run. Type
mmc.exe
and press [Enter] or click OK.
- Add the Certificates Snap-in by clicking File -> Add/Remove Snap-in...
Then in the following dialogs click Certificates -> Add -> Finish -> OK
- Navigate to Certificates - Current User -> Trusted Root Certification Authorities -> Certificates
- In the pane on the right click More Actions -> All Tasks -> Import
- Follow the steps in the Certificate Import Wizard
Ensure your certificate is placed in the Trusted Root Certification Authorities store