SWire 0.2 - Troubleshooting

Home | SWire 0.2 documentation


Troubleshooting

The following command can be executed in Stata to check if the SWire HTTPS local server is listening:

swire status

The SWire server can be tested by trying to open the SWire test page with a browser. If the SWire server is running in HTTP mode, the test page is

http://localhost:50000/test

If the SWire server is running in HTTPS, the test page is:

https://localhost:50000/test

If the communication between SWire and the client application does not function, check the following:

  • the network port used by SWire is not being used by other applications;
  • the network port used by SWire is the same as that used by the client application;
  • no firewall is blocking network traffic on the port used by SWire;

In the case of the HTTPS mode, the SWire Certification Authority Certificate must be trusted by your client.


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.