kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.09k stars 365 forks source link

fresh install ssl protocol error #1190

Closed alazare619 closed 6 years ago

alazare619 commented 6 years ago

fresh install on centos 7, when trying to go to https://ip:8001 i get ssl protocol error...when going via http it redirects properly however. that being said i have to navigate via the port as other apps reside on http.

LNFWebsite commented 6 years ago

This is normal. Kimchi uses a self-signed SSL certificate by default. In a production environment you may want to consider using Let's Encrypt or buy certificates from a company such as Digicert or GoDaddy. All this would be configured in Nginx

alazare619 commented 6 years ago

this is not a self signed cert error. This was a ssl protocol error. They are diffrent. ssl protocol error means it attempted to initiate an ssl connection but failed. I can not test this further as I moved away from KVM.

LNFWebsite commented 6 years ago

I believe some browsers report an invalid certificate as a 'protocol error' as you said.