as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

Troubleshoot Charles Proxy Issues

This page provides solutions to common issues you might encounter when using Charles Proxy with Vega development tools. Each issue includes the underlying cause and step-by-step resolution instructions. If you don't find a solution to your specific problem here, post an issue in Developer Forum for additional support.

Video streaming issue

Cause: Streaming certain video formats through Charles Proxy causes VDA to fail in USB mode, preventing video data streaming.

Solution: Switch to TCP/IP mode by following the instructions in Enable VDA Over TCP/IP.

SSL certificate issue

Cause: Charles Proxy cannot view HTTPS contents without proper SSL configuration.

Solution:

  1. Enable SSL proxy in Charles Proxy.
  2. Export the certificate from Charles Proxy into a file named proxy-cert.pem.
  3. Add certificate to assets/raw directory.
  4. Set enableSSLProxying to true.
  5. Set caBundleFile to raw/proxy-cert.pem.

Last updated: Dec 22, 2025