Hi,
I have Ignition Edge configure and communicating to end devices and sending data to server A over MQTT and at same time I want Edge should send data to my laptop running ignition 8.1.30.
Edge is running Linux and my laptop running on windows.
I tried telnet from my laptop and from edge server and found no errors and both servers are pinging without any drops.
I configure in Ignition Edge as
- In Gateway network, uncheck require SSL and no other changes.
- In Outgoing Connection, Provided Host as my laptop Hostname and Port as 8060 and uncheck use SSL and no other changes.
In my laptop Ignition gateway.
- In Gateway network, uncheck require SSL and no other changes.
but In Ignition edge gateway outgoing connection gets faulted and below are the errors I am getting.
Thanks
Have you configure the connection in the Gateway Network on the the Gateway Config page
There is an error and outgoing connection in edge gateway gets faulted and error is of websocket could not be initialised
Did you approve the connection on the remote end, if using SSL did you approve the certificate?
You need that connection to work before a remote tag provider can be configured
I am not using SSL as of now, and I don't see any Incoming connection in Gateway Network
Is the receiving gateway set to require SSL? I think it may prevent the gateways receving any requests as they'll all be blocked.
Also make sure the gateway connection port is correct, default is 8060
Yes I had uncheck require SSL, and I check with outgoing connection from edge with 8060 and 8088 port.
I did below steps.
- In remote Ignition, In gateway network uncheck the SSL.
- On Edge added outgoing connection in gateway network , provided IP address and Port of remote server and uncheck SSL.
- Created Realtime remote tag provider in remote gateway, as remote gateway was not detecting, I added gateway as Ip address of edge and Provider as the Tag provider.
can anyone can provide some information to debug this issues.
getting below error in Ignition Edge
Have you made an exception in your laptop firewall for port 8060?
No
I can do telnet from my laptop an from server where edge is running and its working fine.
So, you can confirm your laptop port 8060 is accessible from your edge server?
Yes,
We put 8088 to access gateway so I should put 8088 or 8060 in port in Gateway Network.
I had tested telnet to both port 8088 and 8060 and its work fine
The default Gateway Network port is port 8088 (without SSL), and port 8060 (with SSL). You can use 8088 to access the gateway web interface and use it for the GAN at the same time.
Can you access the laptop Ignition gateway web interface from the Edge?
Yes on my laptop I can access to Edge Gateway and on edge server I can access to gateway running on my laptop with 8088 port.
I am not using SSL for now, so I am trying with 8088 port.
I was thinking 8043 is for SSL.
Sorry 8043 is the default SSL port for the gateway. 8060 is the default SSL port for the GAN.
Have you tried creating an outgoing connection from your laptop to the edge gateway?
1 Like
Thanks It worked, by creating outgoing connection from my laptop to edge and setting port is 8088.