...
If the problem persists, you can obtain diagnostic information by setting up the environment variable PARASOFT_DEBUG_NET_INTERFACES and setting its value to true. This will print to the standard output the checking procedure that can be shared with technical support, as well as the interface that is used to compute your machine ID. The interface will be marked with the [SELECTED] prefix.
How can I work with C/C++test via proxy?
...
To work with C/C++test, ensure that the system properties for the HTTPS protocol (https.proxyHost
and https.proxyPort
) are configured. Your command line may resemble the following:
Code Block |
---|
java -Dhttps.proxyHost=myserver.example.com -Dhttps.proxyPort=8080 |
If you use C/C++test on desktop with Eclipse, the proxy settings are automatically detected and do not need to be configured in the command line.
The proxy mode is not supported for Visual Studio.
...