Hi,
I had made a server of openerp. From browser it was accessable by http ://ip:8069 I wanted to rip the 8069 port... I searched and installed the Nginx after that I was able to access by HTTPS ://ip also. And if i put http ://ip , it redirects me to HTTPS. HTTPS requires SSL certificate else it gives the security check everytime the browser is opened.
Is there a possibility to access the server by http :// ip ??