adobe-apiplatform / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/
MIT License
87 stars 67 forks source link

cannot connect to Adobe Server ims-na1.adobelogin.com #847

Closed tFaiT closed 4 months ago

tFaiT commented 4 months ago

Hi

When running Adobe User Sync Tool, the tool suddenly cannot connect to Adobe Server.

Error message: 2024-04-10 09:37:52 5460 CRITICAL main - Connection to org 9A44470757C6A88C7F000101@AdobeOrg at endpoint https://usermanagement.adobe.io/v2/usermanagement failed: HTTPSConnectionPool(host='ims-na1.adobelogin.com', port=443): Max retries exceeded with url: /ims/exchange/jwt (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x0000029B63EF62E8>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond',))

Can you provide suggestion to solve the problem ?

Thanks Philip

adorton-adobe commented 4 months ago

This is a network issue and falls outside the scope of UST support. I recommend trying a JWT exchange using Postman or cURL or something similar. Or better yet, switch to OAuth Server to Server since JWT is deprecated and you can get a cURL command for token acquisition that you can use to test the connection.