You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Sean!
We chatted about this internally and we think the reason you're seeing this might be because your API host is not correct.
In the error snippet you posted I see that a GET request was issued to https://duo.com
duo.com is where we host our documentation, marketing information, etc. but the service that responds to API requests uses a different host. That host value will be specific to you and you would get it from the Duo Admin Panel in your admin api integration.
Another piece of evidence that points us away from the pinned certs being the issue is that we checked that the certs we have pinned in this repo match the certs that we use in our other sdks/language clients so I'm hesitant to say that it's the incorrect cert.
Since the SDK doesn't have the capability to run CRUD operations on admins I was trying to make my own. heres my code
It seems like the cert you have pinned when creating a newDuoApi isn't trusted
The text was updated successfully, but these errors were encountered: