client-python icon indicating copy to clipboard operation
client-python copied to clipboard

Revert "Use ssl_context for HTTPS requests to avoid reading certificate files on every request"

Open justinpolygon opened this issue 1 year ago • 1 comments

Reverts polygon-io/client-python#632.

On windows a couple users are reporting ssl error via https://github.com/polygon-io/client-python/issues/638. I want to revert this optimization to rule out the issue.

justinpolygon avatar Jun 25 '24 13:06 justinpolygon

@justinpolygon Could we validate that this PR is directly causing the Windows user issues? We could learn this information without making commits directly to master branch.

jbonzo avatar Jun 25 '24 14:06 jbonzo

Hey @jbonzo, I've confirmed this fixes the issue and a user has confirmed it as well via https://github.com/polygon-io/client-python/issues/638#issuecomment-2202266757.

justinpolygon avatar Jul 02 '24 12:07 justinpolygon

Thanks @jbonzo!

justinpolygon avatar Jul 02 '24 23:07 justinpolygon