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

234
Views
axios in react with self signed certificate

I'm using a backend developed in java with a ssl self signed certificate and exposing in 8443, but when I try to consuime in react with axios im getting and error with the certificate. There is a way to skip ssl validation in react to access a self signed certificate without a problem ? Im using react 17 webpack 5.69.1 Here is my react implementation:

export const HOST_API = 'https://192.168.1.9:8443';
const axiosInstance = axios.create({
 
  baseURL: HOST_API,
});
axiosInstance.interceptors.response.use(
  (response) => response,
  (error) => Promise.reject((error.response && error.response.data) || 'Something went wrong')
);
export default axiosInstance;

Please help me.

about 4 years ago · Juan Pablo Isaza
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!