Re: 13: Permission denied while connect server using https through nginx

2015-02-03 Thread malintha
Hi, Yes it was because of selinux. it configured it and now working fine.thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,256412,256415#msg-256415 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: 13: Permission denied while connect server using https through nginx

2015-02-02 Thread Igor Sysoev
On 03 Feb 2015, at 09:31, malintha wrote: > My nginx configurations are as follows. I am going to connect running server > UI from my machine through nginx. > > server { > listen 443; > server_name mgt.wso2bps.malintha.com; > ssl on; > ssl_certificate /etc/nginx/ssl/wso2bps.crt;

13: Permission denied while connect server using https through nginx

2015-02-02 Thread malintha
Hi, My nginx configurations are as follows. I am going to connect running server UI from my machine through nginx. server { listen 443; server_name mgt.wso2bps.malintha.com; ssl on; ssl_certificate /etc/nginx/ssl/wso2bps.crt; ssl_certificate_key /etc/nginx/ssl/wso2bps.key;