@Amnesiac23 wrote:
I'm trying to use a WS Rest Api .
When I throw from localhost , http://localhost:8100/ws/tablon/listadoAnuncios , I returned the following error::
Error: unable to verify the first certificate
at Error (native)
at TLSSocket. (tlswrap.js:1000:38)
at emitNone (events.js:67:13)
at TLSSocket.emit (events.js:166:7)
at TLSSocket.finishInit (tls_wrap.js:567:8)I have a proxy in Ionic Server
....
"proxies": [
{
"path": "/ws",
"proxyUrl": "https://des-sede.diphuelva.es/ws"
},
....
Posts: 1
Participants: 1