Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

245
Views
Las rutas desde la interfaz se muestran como inseguras en el sitio web https

Creé una página web usando vue.js y en backend node.js. Cuando accedo a la página principal ( https://example.test ) obtuve información segura en mi navegador, pero una vez que accedí a otros enlaces ( https://example.test/dashboard ) obtuve una conexión insegura.

 "devServer": { allowedHosts: ['example.test'], host: "0.0.0.0", port: 443, server : { type: "https", options: { key: fs.readFileSync('/usr/app/key.pem'), cert: fs.readFileSync('/usr/app/cert.pem') }}, hot: true }

¿Hay alguna configuración que me falta en vue.config.js o me falta algo en router/index.js?

 Vue.use(VueRouter) const routes = [ { path: "/sign-in", name: "signIn", component: SignIn, meta: { requiresNotAuth: true } }, { path: "/dashboard", name: "dashboard", component: Dashboard, meta: { requiresAuth: true } } ] const router = new VueRouter({ mode: 'history', base: process.env.BASE_URL, routes })

ACTUALIZAR la seguridad en https://example.test : ingrese la descripción de la imagen aquí

Seguridad en https://example.test/dashboard : ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!