mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #1003] Skip ssl certificate chain validation for spotipy client #598
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#598
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gianlucasquarcia on GitHub (Jul 20, 2023).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1003
Hi guys,
I'm using the spotipy client like this
and then somewhere
Unfortunately i'm behind a corporate proxy and i'd like to disable the ssl certificate chain validation in the call but the verify boolean is not exposed. Is there any future plan to add it as optional or something?
Thanks in advance, love your library!
@stephanebruckert commented on GitHub (May 19, 2025):
Hi @gianlucasquarcia, we could add that. Any chance you can create a PR for it? Thanks!
@stephanebruckert commented on GitHub (May 19, 2025):
After discussing with @dieser-niko, looks like you could just pass a session with
verify=False:Closing as this issue is old, but feel free to re-open if you have any questions