Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

83
Views
Tsl certificate with ajax

I am using teller.io API in a project of mine their API uses TLS client certificates. I have not found a way to pass my client certificate with ajax. here is my current javascript code (currently not giving it my certificate)

    $.ajax({
         type: "GET",
         url: TELLERurl,
         username: token,
         password: '',
         success: function(data){
             console.log(data);
         }



})

for testing I got it to work in Python:

response = requests.get(url, auth=HTTPBasicAuth(token, ''), cert=('certificate.pem', 'private_key.pem'))
json = json.loads(response.text)
print(json)

certificate.pem and private_key.pem are files given to me by teller

here is the Teller API docs

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!