lxd-webui icon indicating copy to clipboard operation
lxd-webui copied to clipboard

Firefox SSL authentification

Open aarnaud opened this issue 8 years ago • 7 comments

@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

aarnaud avatar May 23 '16 18:05 aarnaud

@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 avatar May 23 '16 18:05 saldru

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

saldru avatar May 23 '16 18:05 saldru

@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.

aarnaud avatar May 23 '16 21:05 aarnaud

@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.

saldru avatar May 24 '16 10:05 saldru

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...

lcherone avatar Jul 06 '17 14:07 lcherone

@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

aarnaud avatar Jul 20 '17 15:07 aarnaud

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.

Shark-Linux avatar Aug 30 '17 05:08 Shark-Linux