Script fails to obtain token #7

Closed
opened 2025-04-05 08:49:45 +00:00 by kikobar · 2 comments
Owner

After successful authentication, the Auth server returns the 'code' to be used for retrieving the 'token'.
This issue started around 2025-03-15 without any change to this script, so something else has changed.

After successful authentication, the Auth server returns the 'code' to be used for retrieving the 'token'. This issue started around 2025-03-15 without any change to this script, so something else has changed.
kikobar added the
bug
label 2025-04-05 08:50:01 +00:00
Author
Owner

Upon investigation, the issue is due to the verification of the SSL certificate in the requests_oauthlib library, which now it is enabled by default.

Upon investigation, the issue is due to the verification of the SSL certificate in the requests_oauthlib library, which now it is enabled by default.
Author
Owner

Rebuilt token exchange around http.client with ssl certificates verification disabled by default.

Rebuilt token exchange around http.client with ssl certificates verification disabled by default.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kikobar/org.openbravo.kikobar.banqup#7
No description provided.