
我有一台全新的 HP Probook 430。所以我升級到 Debian 測試(Stretch)並安裝了新的核心 - 4.3。 https://wiki.debian.org/DebianTesting+https://scottlinux.com/2013/11/23/how-to-install-newer-kernel-from-debian-wheezy-backports/
我已經安裝了正確的 wifi 驅動程式 - iwlwifi。我也有電纜連接。兩種情況 - 50 Mbps 良好的互聯網。
我已成功下載並安裝 Viber 64 位元。我可以啟動它並輸入我的手機號碼。在下一個畫面上,我看到一條通知:「需要網路連線才能啟動您的 Viber 帳戶。請檢查您的連接,然後重試」。
我有一台裝有 Debian 8.3 的 PC,可以成功運行 Viber。兩台電腦都連接到我的路由器。個人電腦 - 帶電纜,筆記型電腦 - 帶 wifi n。
當我用電纜連接筆記型電腦時,我遇到了相同的 Viber 問題。
有什麼建議麼?
最好的,西蒙
答案1
找到了解決方法:
下載以下證書
- https://www.thawte.com/roots/thawte_Premium_Server_CA.pem和
- https://github.com/katmagic/https-everywhere/blob/master/cert-validity/mozilla/builtin-certs/Thawte_Premium_Server_CA.crt
將它們放在 /usr/local/share/ca-certificates 中
跑步sudo update-ca-certificates
答案2
在 Debian 測試 x64 上,將憑證放入 /usr/local/share/ca-certificates 並執行腳本對我來說不起作用...
我只需要https://www.thawte.com/roots/thawte_Premium_Server_CA.pem
下載它並複製/重新命名為 /usr/share/ca-certificates/mozilla/thawte_Premium_Server_CA.crt (需要是 .crt 才能識別)。之後,當被問及我是否信任新憑證時,我執行了“sudo dpkg-reconfigure ca-certificates”,我說是,然後明確啟用 thawte-Premium_Server_CA,結果是:
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.
答案3
對我來說,解決方案是安裝libssl1.0-dev
.我做到了sudo apt-get install openssl libssl-dev
,但這對我沒有幫助。
安裝libssl1.0-dev
成功了。
答案4
也許這對您有幫助: sudo apt-get install openssl libssl-dev