talentdeveloper
talentdeveloper
Ok, for ssl support, openmonero will work on nginx server? Is there any guide for installing on nginx like lighttpd? FYI
Should I enable ssl for backend config.js? https://github.com/moneroexamples/openmonero/blob/1be824a12d803f211a437298cb763aee12e4484c/config/config.json#L60
After I setup ssl for nginx, still it's not working. Can access backend with https, but it's saying backend down. :(
What is the purpose of backend ssl setting? > For ssl support, I think easiest to proxy requests through nginx. I haven't done much with native support of ssl in...
Ok, finally I was able to make it run with SSL. `apiURL` should be set with domain name, not ip address in Frontend config.js . It's working well on Chrome,...
P/s: backend config for ssl works well, you don't need to remove it Thanks @moneroexamples Please let me know if you have any solution for Firefox.
I was using devel branch. But I need to use a bit older commits hence I have problem with my chain. I will look into code for CORS hence it's...
Oh my gosh, it's working on firefox magically. It's not working yesterday and I didn't change anything.