February 12, 2020 04:28AM
Solved the problem thanks to Francis Daly who pointed me to the right direction:
https://forum.vuejs.org/t/vue-with-nginx/26843/3

// vue.config.js
module.exports = {
// options...
publicPath: '',
devServer: {
host: '0.0.0.0',
port: 8080,
public: 'ggc.world'
},
}

Now it works fine: https://drive.google.com/open?id=1PUctgdYLoVmJRvYyG040BFNGOev2yhRX

Besides to Francis, whose contribution was resolutive, I thank J.S. and Reinis for their kind help.
Subject Author Posted

net::ERR_SSL_PROTOCOL_ERROR

MarcoI February 11, 2020 02:22PM

Re: net::ERR_SSL_PROTOCOL_ERROR

J.R. February 11, 2020 07:16PM

Re: net::ERR_SSL_PROTOCOL_ERROR

MarcoI February 12, 2020 01:53AM

RE: net::ERR_SSL_PROTOCOL_ERROR

Reinis Rozitis February 12, 2020 03:04AM

Re: RE: net::ERR_SSL_PROTOCOL_ERROR

MarcoI February 12, 2020 04:05AM

Re: net::ERR_SSL_PROTOCOL_ERROR

MarcoI February 12, 2020 04:28AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 309
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready