<div dir="ltr"><div class="gmail_quote"><br><div dir="ltr">Hello!<div><br></div><div>I wanted to know if some one could help me with a problem i have with my CAS, the problem is that i have a nginx that is responding to three diferent servers as a proxy, the thing is that i put the cas on one instance (server) but when it loads on </div><div><br></div><div>siampapps(nginx)</div><div><br></div><div><a href="https://siamppapps.mp/cas" target="_blank">https://siamppapps.mp/cas</a> it shows that is not navigating on a secure port as you can see</div><div><br></div><div><img src="cid:ii_15feacd0b8c1b76a" alt="Imágenes integradas 2" width="544" height="274"><br></div><div><br></div><div><br></div><div> </div><div>but when i try directly on the ip of the server and the port it doesn't show any error </div><div><br></div><div><img src="cid:ii_15feaccc57c0d2df" alt="Imágenes integradas 1" width="544" height="242"><br></div><div><br></div><div><br></div><div>this is my nginx configuration:</div><div><br></div><div>------------------------------<wbr>------------------------------<wbr>------------------------------<wbr>---------------------------</div><div><div> </div><div>upstream nomina {</div><div>        server <a href="http://siampv4.mp:28080" target="_blank">siampv4.mp:28080</a>;</div><div>}</div><div><br></div><div>upstream <a href="http://siampv3.mp" target="_blank">siampv3.mp</a> {</div><div>        server <a href="http://siampv3.mp:28083" target="_blank">siampv3.mp:28083</a>;        </div><div>}</div><div><br></div><div>upstream <a href="http://siampv5.mp" target="_blank">siampv5.mp</a> {</div><div>        server <a href="http://siampv5.mp:28080" target="_blank">siampv5.mp:28080</a>;        </div><div>}</div><div><br></div><div><br></div><div><br></div><div><br></div><div>server {</div><div>        listen 443;</div><div>        client_max_body_size 8M;</div><div>        ssl on;</div><div><span style="white-space:pre-wrap">  </span>ssl_certificate /etc/nginx/siampapps.mp.crt;        # path to your cacert.pem</div><div>        ssl_certificate_key /etc/nginx/siampapps.mp.key;    # path to your privkey.pem</div><div>        server_name <a href="http://test.mp" target="_blank">test.mp</a>;</div><div>        # ......</div><div>        fastcgi_param   HTTPS               on;</div><div>        fastcgi_param   HTTP_SCHEME         https;</div><div>#location / {</div><div>#        root   /usr/share/nginx/html;</div><div>#        index  index.html index.htm;</div><div>#<span style="white-space:pre-wrap">     </span>   }</div><div><br></div><div><br></div><div><br></div><div>location /nomina {</div><div>proxy_pass <a href="http://nomina" target="_blank">http://nomina</a>;</div><div>}</div><div><br></div><div>location / {</div><div>proxy_pass <a href="http://siampv3.mp" target="_blank">http://siampv3.mp</a>;</div><div>}</div><div><br></div><div>location /mailer {</div><div>proxy_pass <a href="http://siampv5.mp" target="_blank">http://siampv5.mp</a>;</div><div>}</div><div><br></div><div>location /cas {</div><div><br></div><div>proxy_pass <a href="http://siampv5.mp" target="_blank">http://siampv5.mp</a>;</div><div>}</div><div><br></div><div><br></div><div>}</div></div><div><br></div><div>thanks a lot!!</div><div><br></div></div>
</div><br></div>