Skip to content

Error Creating Synthetic Testing Node

1 Error When Creating a New Synthetic Test Node: SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)

An error occurs when creating a new synthetic test node:

Check the logs of the forethought-backend service in the forethought-core namespace. The following error is reported:

Solution:

In the Launcher, go to the Modify Application Configuration menu, modify the dialtesting configuration, and change the protocol of the address value configured in internal_server from https to http.

2 Error When Adding a New Synthetic Test Node

Problem Description: The Add New Node function of Synthetic Tests reports an error: Synthetic test service interface call failed.

Solution:

Check the kodo logs and find the following error: get ak error: Ak not found or disabled, ak: xxxx

Log in to the database and run the following SQL queries:

-- Query in df_core
SELECT value FROM main_config WHERE keyCode = "DialingServerSet";

-- Query the ak list in dialtesting
SELECT * FROM aksk WHERE parent_ak = -1 ORDER BY id ASC;

Compare the values obtained from the SQL queries with the value displayed for dialServiceAK under the Other option in the menu button at the top right of the Launcher interface. Then use the ak/sk information from dialServiceAK to overwrite the corresponding records in the database (modify the database data using UPDATE statements).

Feedback

Is this page helpful?