Home > other >  VueJS Api Platform TLS handshake failed
VueJS Api Platform TLS handshake failed

Time:02-10

i have an api platform backend and a vueJS frontend. (locally)

I can make requests from postman to my backend and it works just fine.

When i make requests from my frontend, i have this error :

http: TLS handshake error from 172.19.0.1:59990: remote error: tls: unknown certificate

I have no idea why this happens since i'm unfamiliar with TLS handshake, i at least hope you guide me on where i can look.

I'm using vue2 and api platform 2.5

CodePudding user response:

  •  Tags:  
  • Related