mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
CERTIFICATE_VERIFY_FAILED #2338
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2338
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ferocknew on GitHub (Dec 6, 2023).
Bug Description
windows7 客户端
version : 1.2.3
Unknown Error:HandshakeException:Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED:unable to get local issuer certificate(././
third_party/boringssl/src/ssl/handshake.cc:393))
How to Reproduce
windows7sp1 客户端
version : 1.2.3
Unknown Error:HandshakeException:Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED:unable to get local issuer certificate(././
third_party/boringssl/src/ssl/handshake.cc:393))
Expected Behavior
windows 客户端
version : 1.2.3
Unknown Error:HandshakeException:Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED:unable to get local issuer certificate(././
third_party/boringssl/src/ssl/handshake.cc:393))
Operating system(s) on local side and remote side
windows 7sp1
RustDesk Version(s) on local side and remote side
1.2.3
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Dec 7, 2023):
#763
@alex7875 commented on GitHub (Oct 14, 2024):
I have the similar error after updating to 1.3.1 client and 1.4.4 sever
My server client versions
1.4.4 server - Pro version
1.3.1 client
The steps I did when the problem occurs.
I was running 1.4.3 server (with 1.4.4 update available displayed in my webpage when logging in to the admin console of my selfhosted pro version of RustDesk. And installing (new install) 1.3.1 client version, I think the correct server information was input. And this error emerged. I have done so to update the server to 1.4.4 and update Rustdesk client to the latest 1.3.1 on other computers to reproduce the error. For those upgraded, it remains connecting the to server. However, as soon as I log off and log back in, the same error is produced.
I've also done refreshing the cert by removing the id_ed25519 and id_ed25519.pub (this resulting in change of the key string). Because after I ran the update script (to 1.4.4) and reload the service or reboot the server, my new login to the RustDesk admin portal still show current version as 1.4.3 and 1.4.4 is still available for upgrade. I've also ran upgrade script again or the convert to pro version script to initialized the SSL cert creation, this worked for a few time until now it is not able to complete the SSL certbot installation/initialization. It prompted 443/80 port error or Domain Name /DNS not being forwarded correctly. I really exhausted of options within in my knowledge. Anyone help? Thank you.
@rustdesk commented on GitHub (Oct 14, 2024):
I would suggest you install with docker, and set up certbot manually,
https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/installscript/docker/#docker-compose
https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/#setup-https-for-web-console
please backup old data files. https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/#migrate-to-new-host-and-backup--restore
The script install looks simpler, but it is hard to figure problem once it fails.