nextcloud / passman-webextension

Webextension for the Passman Nextcloud app. Also offers browser extension & Android app.
https://passman.cc
GNU Affero General Public License v3.0
114 stars 43 forks source link

chrome browser plugin not working #219

Closed muralikodali closed 6 years ago

muralikodali commented 6 years ago

chrome browser plugin is giving following response:

Invalid response from server: [0] TypeError: Failed to fetch

throwing error with self-signed ssl certificate with which nextcloud is configured.

brantje commented 6 years ago

Hi @muralikodali Self signed certificates are not working with fetch this is a known chrome / firefox limitation. The solution is import the cert to the browser.

muralikodali commented 6 years ago

Thanks for your suggestion. After import of ssl server certificate in to Chrome browser, plugin is working properly.