Viber en Debian 9: sin conexión a Internet

Viber en Debian 9: sin conexión a Internet

Tengo un HP Probook 430 nuevo. Debian 8.3 estable no pudo cumplir con los requisitos del nuevo hardware. Así que actualicé a Debian testing (Stretch) y también puse un nuevo kernel: 4.3. https://wiki.debian.org/DebianTesting+https://scottlinux.com/2013/11/23/how-to-install-newer-kernel-from-debian-wheezy-backports/

Instalé un controlador adecuado para wifi: iwlwifi. También tengo una conexión con un cable. En ambos casos: buena Internet de 50 Mbps.

Descargué e instalé correctamente Viber de 64 bits. Puedo iniciarlo y escribir mi número de móvil. En la siguiente pantalla aparece un aviso: "Se requiere una conexión a Internet para activar su cuenta Viber. Verifique su conexión e inténtelo nuevamente".

Tengo una PC con Debian 8.3 que ejecuta Viber correctamente. Ambas computadoras están conectadas a mi enrutador. PC - con cable, portátil - con wifi n.

Tengo el mismo problema de Viber cuando conecto mi computadora portátil con un cable.

¿Alguna sugerencia?

Mejor, Simeón

Respuesta1

Encontré una solución:

Descargue los siguientes certificados

Colóquelos en /usr/local/share/ca-certificates

corrersudo update-ca-certificates

Respuesta2

Colocar certificados en /usr/local/share/ca-certificates y ejecutar el script no funcionó para mí en Debian probando x64...

solo necesitabahttps://www.thawte.com/roots/thawte_Premium_Server_CA.pem

Lo descargué y lo copié/renombré como /usr/share/ca-certificates/mozilla/thawte_Premium_Server_CA.crt (debe ser .crt para ser reconocido). Después de eso hice "sudo dpkg-reconfigure ca-certificates" cuando me preguntaron si confío en los nuevos certificados, dije que sí y luego habilité explícitamente thawte-Premium_Server_CA, lo que resultó en:

    root@hvulin:/etc# dpkg-reconfigure ca-certificates
Processing triggers for ca-certificates (20160104) ...
Updating certificates in /etc/ssl/certs...
WARNING: Skipping duplicate certificate thawte_Primary_Root_CA.pem
WARNING: Skipping duplicate certificate thawte_Primary_Root_CA.pem
1 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

Adding debian:thawte_Premium_Server_CA.pem
done.
Updating Mono key store
Linux Cert Store Sync - version 4.2.1.0
Synchronize local certs with certs from local Linux trust store.
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

I already trust 175, your new list has 178
Certificate added: C=IL, O=StartCom Ltd., OU=Secure Digital Certificate Signing, CN=StartCom Certification Authority
Certificate added: C=ZA, S=Western Cape, L=Cape Town, O=Thawte Consulting cc, OU=Certification Services Division, CN=Thawte Premium Server CA, [email protected]
Certificate added: O=CAcert Inc., OU=http://www.CAcert.org, CN=CAcert Class 3 Root
Certificate added: O=Root CA, OU=http://www.cacert.org, CN=CA Cert Signing Authority, [email protected]
Certificate added: C=ZA, S=Western Cape, L=Cape Town, O=Thawte Consulting cc, OU=Certification Services Division, CN=Thawte Premium Server CA, [email protected]
Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2006 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA
6 new root certificates were added to your trust store.
Import process completed.
Done
done.

Respuesta3

Para mí la solución fue instalar libssl1.0-dev. Lo hice sudo apt-get install openssl libssl-devpero esto no me ayudó.

La instalación libssl1.0-devfuncionó.

Respuesta4

Quizás esto te ayude: sudo apt-get install openssl libssl-dev

información relacionada