I have a perspective project running within an Ignition Gateway within my company's network. I have a digital signage tool which i would like to leverage this perspective project, and project it out to a display within the company. The Digital signage solution is struggling to pull through and host the perspective session. I've recently gotten websockets and HTTPS allowed on company's firewall, TLS/HTTPS is installed on the ignition gateway properly.
So i have Ignition Gateway server as 1.1.1.1 x.x.x.x
and I have digital signage server at 2.2.2.2 y.y.y.y
When I am signed into server application, at 2.2.2.2 y.y.y.y, I add "HTML content" which points to URL https://1.1.1.1x.x.x.x/data/perspective/client/ProjectA.
When i try to preview the page i have put together, on 2.2.2.2
y.y.y.y, which is embedding the perspective projectA; I get the following errors:
The view on 2.2.2.2 y.y.y.y gets stuck indefinitely on this page from the 1.1.1.1x.x.x.x Perspective project and server.
Those are not Private Network Addresses. 1.1.1.1, for example, is owned by a partnership between Cloudflare and APNIC and, as far as I know, is a DNS server. Any standard routing configuration in your business will route 1.1.1.1 out to the Internet.
Stick to these ranges if you want to avoid problems.
RFC 1918 name
IP address range
Classful description
24-bit block
10.0.0.0 – 10.255.255.255
single class A network
20-bit block
172.16.0.0 – 172.31.255.255
16 contiguous class B networks
16-bit block
192.168.0.0 – 192.168.255.255
256 contiguous class C networks
I don't know if that's the whole problem but it's certainly a problem to be avoided.
sorry i think i chose bad IP addresses as examples, i was just trying to indicate that the servers in this scenario are two seperate network locations.
I have two servers, each with their own I.P. Address. the 1.1.1.1 and 2.2.2.2 are not the actual IP addressess
OK. Edit the original question and use the <del> ... </del> syntax to make it read 1.1.1.1 x.x.x.x and 2.2.2.2 x.x.y.y or whatever (but make it clear that there's an edit).
This reproduces the same issue, while instead just using a browser on my own laptop (whilst also on the same company network) from source ip address z.z.z.z which is serving simple pageindex.html through opera browser in my screenshot
This almost always means some infrastructure in your network is either not compatible with websockets (older firewalls) or is trying and failing to do deep packet inspection. Escalate this to your IT folk.