react-native-pinch icon indicating copy to clipboard operation
react-native-pinch copied to clipboard

Error reading my certificate .cer

Open IJRS opened this issue 7 years ago • 1 comments

The error happens in ios, when I make the request the application stops ...

This is my way of making the request. pinch.fetch('https://192.168.0.122:9443/rest/comandero/listaUno', { method: 'GET', headers: {'Authorization': 'Basic MTIzOg=='}, sslPinning: { cert: 'APISICARDOS' } }) .then(res => console.warn(We got your response! Response - ${res})) .catch(err => console.warn(Whoopsy doodle! Error - ${err}))

IJRS avatar Jun 22 '17 15:06 IJRS