Brian Snopek
Brian Snopek
I am having the same issue - also using AL2, but I've tried several other things without any luck: - tried locally (macOS) from command line - tried in both...
Thanks @glennbach - I attempted what you suggested here - and it did make the request without generating the SSLEOF error - but the response and data returned are missing...
I have no extra configuration - I'm specifically connecting through the admin api, and updating user status only. Thanks
This is the exact (and only) method we have using the duo_client_python: def set_duo_status(status='disabled'): status = status if status in ('disabled', 'bypass') else 'disabled' admin_api = duo_client.Admin( ikey=get_param('duo-api-key'), skey=get_param('duo-api-secret'), host=get_param('duo-api-host'),...
are you asking what host we're passing ?
No problem: api-7cafe99d.duosecurity.com Thanks again.
``` bash-4.2# curl -vvI https://api-7cafe99d.duosecurity.com * Rebuilt URL to: https://api-7cafe99d.duosecurity.com/ * Trying 54.241.191.167... * TCP_NODELAY set * Connected to api-7cafe99d.duosecurity.com (54.241.191.167) port 443 (#0) * ALPN, offering h2 * ALPN,...
is it possible this is related to the recent tls 1.1 deprecation ?
Thanks @mbish - Request sent - if you can let me know there details on what you need in the dump, I'll get it generated right away.. Additionally, its running...