[Vuejs]-ERR_SSL_PROTOCOL_ERROR | Full aplication (back + front)

1👍

You have some config or infra redirecting your http request to https which is failing because you likely either don’t have HTTPS configured or you should be using the domain name instead of the IP as SSL requires a domain name to work(most of the time).

Leave a comment