aarnaud / lxd-webui

Web interface (GUI), web frontend to manage the LXD Containers
http://aarnaud.github.io/lxd-webui/
96 stars 12 forks source link

Firefox SSL authentification #10

Open aarnaud opened 8 years ago

aarnaud commented 8 years ago

@saldru report this issues https://github.com/dobin/lxd-webgui/issues/5#issuecomment-221000729

maybe: http://stackoverflow.com/questions/24005354/ssl-client-certificate-not-loaded-on-ajax-call-from-firefox

saldru commented 8 years ago

@aarnaud Yes, I haven't test with Google Chrome, Internet Explorer, Edge or Opera, just with Firefox. I will test with other Web Browsers.

saldru commented 8 years ago

@aarnaud Yes, Firefox it's the problem, I have tried with Google Chrome and It's working.

aarnaud commented 8 years ago

@saldru I will fix when angular 2 fix https://github.com/angular/angular/pull/7281

Your client brower is under Windows, Linux or Mac ? I can package an desktop applications with electron.

saldru commented 8 years ago

@aarnaud I have tried with Firefox 46.0.1 (x64) for Windows and Iceweasel 38.7.1 (x86) for Debian Jessie and I have the same error. My default Web Browser is under Windows.

lcherone commented 7 years ago

I use https://lxc.systems to control multiple LXD servers, you dont need to add browser certificates, works in all browsers, plus it manages nginx and iptables rules, just how it should be...

aarnaud commented 7 years ago

@lcherone Great works on https://lxc.systems but it's not an opensource project. @saldru If you don't want SSL Cert Authentication in your browser, you can add a reverse-proxy nginx with this authentication. lxd-webui don't provide anything server side

Shark-Linux commented 7 years ago

If you don't want SSL Cert Authentication in your browser, you can add a reverse-proxy nginx with this authentication.

@aarnaud Any advice on exactly how to correctly configure that? Looking to automate a setup and the browser/certs is the only obstacle that remains.