Closed dereknguyenio closed 5 months ago
Please check your system clock and make sure that your time is synced. You may have to install the pip packages pip-system-certs or certifi.
The issue is with your local certificates, we could not verify requests (this error would go away) but given the nature of data being sent it is important.
Actually it appears that on MacOS you need to run a certificates installer. For you the command should be:
open /Applications/Python\ 3.12/Install\ Certificates.command
Actually it appears that on MacOS you need to run a certificates installer. For you the command should be:
open /Applications/Python\ 3.12/Install\ Certificates.command
This worked perfectly, thank you!
SSL: CERTIFICATE_VERIFY_FAILED - self-signed certificate in certificate chain error when connecting to streaming server
Issue Description
Hello,
I'm encountering an SSL certificate verification issue when trying to connect to the streaming server using the Schwab API. Here are the details:
Environment
Code Snippet
Error Message
Steps to Reproduce
Clone the repository. Set up the environment with the required API keys and secrets. Run the provided code snippet.
Could you please provide guidance on how to properly configure the SSL certificate validation or any workaround for this issue?