Skip to content

Tableau sign with verify True option always fails. #553

@saggarsunil

Description

@saggarsunil

The following code fails

    tableau_auth = tsc.TableauAuth(username, password, site)
    server = tsc.Server(server)
    server.add_http_options({ 'verify': True })
    return server, tableau_auth

with the following error

Exception : HTTPSConnectionPool(host='host', port=443): Max retries exceeded with url: //api/2.3/auth/signin (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])"))) at Line : 62 

Where should i specify certificates in tableau library ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions