mikehale commented on issue #8527:
URL: https://github.com/apache/cloudstack/issues/8527#issuecomment-1897002978

   I tried exposing all ports like this:
   
   ```
   docker run --name simulator -p 8080:8080 -p 5050:5050 -p 8096:8096 -d 
apache/cloudstack-simulator:4.17.2.0
   ```
   
   And I was able to connect however, I'm not sure if something still isn't 
setup correctly, or if I'm interacting with the API incorrectly:
   
   ```
   ➜ curl --max-time 3 -u admin:password 
http://localhost:8080/client/api/listVirtualMachinesList
   <?xml version="1.0" encoding="UTF-8"?><errorresponse 
cloud-stack-version="4.17.2.0"><errorcode>401</errorcode><errortext>unable to 
verify user credentials and/or request signature</errortext></errorresponse>%
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to