Page 1 of 1

Compiling Domoticz in VS2015 problem

Posted: Thursday 21 April 2016 0:33
by RVMRVM
Hello all,

i am new in this project and want to compile de source of Domoticz in VS2015 on a W8.1 Pro system.
I have download the Git source, add the Windows Libs and start run Domoticz project in de local Windows debugger.
everything seems ok and no errors during compiling... until the console startup and give the error message:

Error: Webserver(SSL) startup failed on address 0.0.0.0 with port: 443: use_certificate_chain_file: No such file or directory

i have look on all discussions but do not find a solution, can anybody give me some help to start with this project

Kind regards
Roger


hey all , is there nobody that can help me to start with this project......

Kind regards
Roger

Re: Compiling Domoticz in VS2015 problem

Posted: Sunday 05 June 2016 3:50
by jrich523
Im attempting to do the same thing myself however the link to the additional library files isnt working. Did you get it from the Wiki? this url http://www.domoticz.com/WindowsLibraries.7z

Once I get the libraries i can attempt to compile this and see if i have a similar problem.

Re: Compiling Domoticz in VS2015 problem

Posted: Sunday 05 June 2016 10:51
by gizmocuz
The libraries are also in the git repository
https://github.com/domoticz/win32-libraries

Re: Compiling Domoticz in VS2015 problem

Posted: Sunday 05 June 2016 20:29
by jrich523
was able to find it at https://github.com/domoticz/win32-libraries

Yeah this is fine. Its because you havent applied a cert to the server (or a self signed cert is there which wont have a chain)

basically its not really a big deal, and is more of a notification that you dont have a full on SSL cert

Re: Compiling Domoticz in VS2015 problem

Posted: Friday 10 June 2016 19:29
by RVMRVM
thanks for the reply,

So you say that everything is ok, that it is just a message...?
If i start debugging in VS2015 by the local windows debugger, then the start notification of the webserver is showing and telling that the server is running,
so to look too the domoticz startpage the url is now localhost:8080 or is this not correct.
i can't go to the startpage with the browser.