How to Use Custom SSL Client Certificate (.pem/.key) in BAS HTTP Request?

Support
  • Hi everyone,

    I’m trying to access an API that requires a custom SSL client certificate. In Python, I can do it like this:

    response = requests.get(
        url,
        headers=headers,
        cert=("client_cert.pem", "client_key.pem")
    )
    
    

    But in Browser Automation Studio, I couldn't find any option in the HTTP Request module to attach .pem or .key certificate files.

    🔹 Is there any way to use a custom client certificate (e.g., .pem/.key or .p12) directly in BAS?

    🔹 If not, what are the recommended workarounds?
    Should I run a Python script using "Run Process" module?
    Or maybe use a proxy that handles cert forwarding?

    Any help or example would be really appreciated. 🙏
    Thanks in advance!

    @Fox @support @usertrue

  • WebRTC is not working with BAS

    Support
    0 Votes
    29 Posts
    4456 Views
  • BAS is not running in my pc

    Support
    0 Votes
    4 Posts
    1076 Views
  • BAS

    Support
    0 Votes
    5 Posts
    1277 Views
  • Run CMD command using BAS?

    Support
    0 Votes
    2 Posts
    765 Views
  • is BAS a 64 bit or 32 bit

    Support
    0 Votes
    4 Posts
    1144 Views