exadel-inc / CompreFace

Leading free and open-source face recognition system
https://exadel.com/accelerator-showcase/compreface/
Apache License 2.0
5.72k stars 776 forks source link

Can i install this on a server without SSL and Domain name ? #957

Open ersaurabh101 opened 2 years ago

ersaurabh101 commented 2 years ago

We are installing this on a raw server, but it is not working.

What we want to know is -

Is SSL absolutely necessary ? If yes that means a domain name is also needed

Please guide us through

pospielov commented 2 years ago

I don't see the link between SSL, domain name, and CompreFace. You can find CompreFace requirements here: https://github.com/exadel-inc/CompreFace#requirements

ersaurabh101 commented 2 years ago

Actually my app was hosted on firebase hosting, its https. I got a freelancer installed this on a server, but my app could make connection and asked for https, so i had to do all of this

  1. point a domain
    1. install ssl , as ssl gets installed on a domain and then we had https and all was working
pospielov commented 2 years ago

I think I got it now, you need to set up SSL in CompreFace? If yes, I described how to do it here: https://github.com/exadel-inc/CompreFace/issues/772#issuecomment-1112430607