Agree with @Sgilk
In a qemu-base environment (like the App Build Environment) the connection to a ctrlX CORE virtual works like this:
For a ctrlX CORE virtual in Network Adapter mode (same also for a physical ctrlX CORE):
tcp://<user>:<pw>@<ip-adress-of-ctrlX-CORE>
example: tcp://boschrexroth:boschrexroth@192.168.1.1
For a ctrlX CORE virtual in port forwarding mode:
tcp://<user>:<pw>@10.0.2.2?sslport=8443
Remarks: * 10.0.2.2 is the IP address of the host (windows) from the point of view of the QEMU VM. (This is propably different to your WSL) * 8443 is the host port which is forwarded to the SSL port (=433) of the ctrlX CORE virtual
... View more