wrenger / obsidian-languagetool

LanguageTool Plugin for Obsidian
GNU Affero General Public License v3.0
5 stars 0 forks source link

Self-generated SSL authority and certificate don't work, resulting in an error (blocker) #2

Open misudo opened 1 month ago

misudo commented 1 month ago

Upon trying to use a dockerised self-hosted instance of LT via self-signed Caddy proxy SSL / https, the following error is returned: Error: 'Request to LanguageTool failed: Please check your connection and server URL. Error: net::ERR_CERT_AUTHORITY_INVALID' Settings: {"serverUrl":"https://private.domain.name/v2","autoCheckDelay":1750,"shouldAutoCheck":false,"languageVariety":{},"pickyMode":true,"synonyms":"en","username":"REDACTED","apikey":"REDACTED"}

Expected behaviour: there may be a warning that the SSL's validity couldn't be established, but use of self-generated SSL authority and certificate must be allowed. Thank you so much for the plugin takeover and development, I look forward to its further updates.

wrenger commented 3 weeks ago

I don't know how to tell obsidian to ignore SSL verification. I'm just using their APIs to fetch data.

I have to look into this...

wrenger commented 2 weeks ago

Did you try to install your self-signed certificate on your device?

The Obsidian app should then also trust this certificate.