Not able to open Rancher server UI

I have set up rancher server but not able to see rancher UI , its showing blank page .

root@xxxxx ~]# curl http://xxxxx:9925 -v

  • About to connect() to proxy xxxxx port xxx (#0)
  • Trying 1xxxxx.
  • Connected to xxxxx (xxxx) port xxx (#0)

GET http://1xxxxx:9925/ HTTP/1.1
User-Agent: curl/7.29.0
Host: 1xxxxx:9925
Accept: /
Proxy-Connection: Keep-Alive

< HTTP/1.1 200 OK
< Server: squid
< Mime-Version: 1.0
< Date: Wed, 25 Apr 2018 13:33:10 GMT
< X-Transformed-From: HTTP/0.9
< X-Cache: MISS from xxxxxxxxx
< X-Cache-Lookup: MISS from xxxxxx:xxx
< Transfer-Encoding: chunked
< Via: 1.1xxxxxxx (squid)
< Connection: keep-alive
<

  • Connection #0 to host 10.16.0.110 left intact

root@ixxxxxx ~]# curl -vk localhost:9925/

  • About to connect() to localhost port 9925 (#0)
  • Trying ::1…
  • Connected to localhost (::1) port 9925 (#0)

GET / HTTP/1.1
User-Agent: curl/7.29.0
Host: localhost:9925
Accept: /

  • Connection #0 to host localhost left intact

You’re talking to a proxy server (squid), not us.

You mean if we use squid proxy rancher server UI will not work?

Withour squid proxy same output

[root@xxxxx ~]# curl -vk localhost:9925

  • About to connect() to localhost port 9925 (#0)
  • Trying ::1…
  • Connected to localhost (::1) port 9925 (#0)

GET / HTTP/1.1
User-Agent: curl/7.29.0
Host: localhost:9925
Accept: /

  • Connection #0 to host localhost left intact