mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #3542] [bug]: Hoppscotch Desktop requires libssl1.1 - Does not work on Debian 12 or Ubuntu 23.10 #1212
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1212
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 @chriswk on GitHub (Nov 13, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3542
Is there an existing issue for this?
Current behavior
After downloading the deb and running
--fix-brokento ensure I had webkit and libjavascript core, I still couldn't get Hoppscotch to start from my task runner.Running it in the terminal explains why.
Debian 12 and Ubuntu have upgraded to libssl3.0, and as such will not be compatible with this. Any chance of either bundling libssl1.1 with the application, or upgrading to openssl 3?
Steps to reproduce
$ sudo dpkg -i <debfile>$ sudo apt --fix-broken install$ hoppscotchhoppscotch: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directoryEnvironment
Production
Version
Local
@sats268842 commented on GitHub (Nov 13, 2023):
For temporary fix, use this commands
@chriswk commented on GitHub (Nov 14, 2023):
Thank you @sats268842
@sats268842 commented on GitHub (Nov 14, 2023):
Did it worked? @chriswk
@yaseeen96 commented on GitHub (Nov 17, 2023):
facing the same issue @sats268842 @chriswk
@sats268842 commented on GitHub (Nov 17, 2023):
Did you try the commands for installing libssl
@yaseeen96 commented on GitHub (Nov 25, 2023):
Yes, I did. Doesn't work
@kdipto1 commented on GitHub (Dec 1, 2023):
@sats268842 I am also facing the same issue.

@benzerka commented on GitHub (Dec 4, 2023):
I have the same issue on Ubuntu 20.04.6 LTS
@liviux commented on GitHub (Dec 18, 2023):
Same issue in Ubuntu 20.04 WSL
@razer2013 commented on GitHub (Jan 1, 2024):
THX a Lot THIS WORK FOR ME in Debian 12...!
@pisandelli commented on GitHub (Oct 24, 2024):
It works! But I had to download the package by myself (in my case using the mirror in Brazil)
http://ftp.br.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb
Installed on Ubuntu 24.10 after installing other packages described on #4235
@liyasthomas commented on GitHub (Mar 4, 2025):
Thanks for your patience and valuable feedback. We’ve fixed this bug in the latest release.
Download the latest builds and provide your valuable feedback.
Closing this ticket as this bug is now fixed in the recent version. Please feel free to reach out if you have any other concerns.