similar to: Error: Can't load SSL certificate

Displaying 20 results from an estimated 200 matches similar to: "Error: Can't load SSL certificate"

2023 Mar 20
1
Error: Can't load SSL certificate
The others are on openSUSE 15.4 and macOS, all are binary installs Entware build options Build options: ioloop=epoll openssl io_block_size=8192 SQL drivers: mysql Passdb: checkpassword ldap passwd passwd-file shadow sql Userdb: checkpassword ldap passwd prefetch passwd-file sql macOS build options Build options: ioloop=kqueue notify=kqueue openssl io_block_size=8192 SQL drivers: mysql Passdb:
2019 Jul 25
2
bcachefs-tools
Hello, I want to test bachefs file system on CentOS 7. ~$ cat /etc/system-release CentOS Linux release 7.6.1810 (Core) I'm following the bcachefs howto: https://bcachefs.org/Howto/. Having a problem trying to complete make && make install of the bcache-tools. After going through all the dependencies and insuring they are installed on Cent 7, I get the following output on make
2020 May 25
9
[Bug 3170] New: Sometimes sshd responds with different server signature
https://bugzilla.mindrot.org/show_bug.cgi?id=3170 Bug ID: 3170 Summary: Sometimes sshd responds with different server signature Product: Portable OpenSSH Version: 8.1p1 Hardware: ARM OS: Other Status: NEW Severity: normal Priority: P5 Component: sshd
2023 Feb 24
1
[PATCH 1/1] Add support for ZSTD compression
From: Sebastian Andrzej Siewior <sebastian at breakpoint.cc> The "zstd at breakpoint.cc" compression algorithm enables ZSTD based compression as defined in RFC8478. The compression is delayed until the server sends the SSH_MSG_USERAUTH_SUCCESS which is the same time as with the "zlib at openssh.com" method. Signed-off-by: Sebastian Andrzej Siewior <sebastian at
2019 Jul 25
0
bcachefs-tools
You could try to get this slightly old rpm, save you the build troubles (untested): http://ftp5.gwdg.de/pub/opensuse/repositories/home:/garloff:/storage/RHEL_7/x86_64/ Bare in mind there is no support in the stock kernel for bcachefs (afaik), you might have better luck with the elrepo kernel-ml. --- Sent from the Delta quadrant using Borg technology! On 2019-07-25 14:45, Mike wrote: >
2020 Feb 06
0
[PATCH] Add support for zstd compression
From: Sebastian Andrzej Siewior <sebastian at breakpoint.cc> zstd compression was announced as "good compression with high throughput" so I gave it a try. With zlib, on high speed links the CPU is usually the bottle neck. With zstd I'm able to fill a 200Mbit link :) zstd detection happens automatically via pkg-config. No zstd header means no error about missing zstd. So that
2016 Jan 20
0
tinc running openwrt (mikrotik metarouter mips)
Hello Yazeed, > When I did fresh install of openwrt , i tried "opkg install tinc" . It then > said "dependency required , kernel (= 3.3.8-1-" as I was on 2.6.31. this indicates that your sources file (/etc/opkg.conf) pointed to a more recent release of openwrt than the one that you installed. The proper action at this moment would have been to change the repository
2019 Jun 10
1
Synology NAS, Tinc docker and windows
Hi! I tried these two Dockers on Synology nas: https://github.com/JensErat/docker-tinc/ https://github.com/bys-control/docker-tinc For testing i set up a master Windows machine and a client one with also Windows. Connection between of them Works. So no i try to add a Synology NAS, so i can do remote backup. But i cannot set up any connection between the Docker container and master Windows
2023 Feb 24
1
[PATCH 0/1] ZSTD compression support for OpenSSH
I added ZSTD support to OpenSSH roughly three years ago and I've been playing with it ever since. The nice part is that ZSTD achieves reasonable compression (like zlib) but consumes little CPU so it is unlikely that compression becomes the bottle neck of a transfer. The compression overhead (CPU) is negligible even when uncompressed data is tunneled over the SSH connection (SOCKS proxy, port
2016 Jan 19
2
tinc running openwrt (mikrotik metarouter mips)
Hi Maxim The reason I have two kernel is as follows. When I did fresh install of openwrt , i tried "opkg install tinc" . It then said "dependency required , kernel (= 3.3.8-1-" as I was on 2.6.31. I then downloaded 3.3.8-1 and did opkg install kernel. And this is how I have both...I think i just need to get a better image to start off with...Ill search and get back to you.
2014 Feb 07
2
[Announcement] Tinc version 1.1pre10 released
With pleasure we announce the release of tinc version 1.1pre10. Here is a summary of the changes: * Added a benchmark tool (sptps_speed) for the new protocol. * Fixed a crash when using Name = $HOST while $HOST is not set. * Use AES-256-GCM for the new protocol. * Updated support for Solaris. * Allow running tincd without a private ECDSA key present when ExperimentalProtocol is not
2014 Feb 07
2
[Announcement] Tinc version 1.1pre10 released
With pleasure we announce the release of tinc version 1.1pre10. Here is a summary of the changes: * Added a benchmark tool (sptps_speed) for the new protocol. * Fixed a crash when using Name = $HOST while $HOST is not set. * Use AES-256-GCM for the new protocol. * Updated support for Solaris. * Allow running tincd without a private ECDSA key present when ExperimentalProtocol is not
2020 Mar 24
4
ZSTD compression support for OpenSSH
I hacked zstd support into OpenSSH a while ago and just started to clean it up in the recent days. The cleanup includes configuration support among other things that I did not have. During testing I noticed the following differences compared to zlib: - highly interactive shell output (as in refreshed at a _very_ high rate) may result in higher bandwidth compared to zlib. Since zstd is quicker
2020 Sep 05
8
[PATCH 0/5] ZSTD compression support for OpenSSH
I added ZSTD support to OpenSSH roughly over a year and I've been playing with it ever since. The nice part is that ZSTD achieves reasonable compression (like zlib) but consumes little CPU so it is unlikely that compression becomes the bottle neck of a transfer. The compression overhead (CPU) is negligible even when uncompressed data is tunneled over the SSH connection (SOCKS proxy, port
2020 Sep 13
2
libva-utils test siuite is crashing in nouveau sriver
Hi, I'm hitting that issue since Mesa 20.0.6 and it is present still in latest version 20.1.7 ``` [tkloczko at barrel SPECS]$ coredumpctl gdb 3926866 PID: 3926866 (test_va_api) UID: 1000 (tkloczko) GID: 1000 (tkloczko) Signal: 11 (SEGV) Timestamp: Sun 2020-09-13 18:57:06 BST (32s ago) Command Line: ./test_va_api Executable:
2019 Jul 26
0
bcachefs-tools
On Thu, Jul 25, 2019 at 11:20 AM Chris Schanzle <chris.schanzle at nist.gov> wrote: > Hi Mike, > > You say (twice) all the dependencies are installed but you didn't say specifically what you installed. I suspect you didn't install the corresponding -devel packages which provide the files you need for compiling/linking software (not just running it). > Absolutely right;
2016 Jan 19
2
tinc running openwrt (mikrotik metarouter mips)
You can find tinc package in openwrt repo and install it with opkg or luci. I suggest you first run couple of tinc nodes on x86, just to understand how it works. -- brgds Max On Jan 19, 2016 7:17 PM, Yazeed Fataar <yazeedfataar at gmail.com> wrote: Any help please? Regards Yazeed Fataar On Mon, Jan 18, 2016 at 3:39 PM, Yazeed Fataar <yazeedfataar at gmail.com> wrote: Thanks
2016 Jan 19
0
tinc running openwrt (mikrotik metarouter mips)
Hi Maxim I have setup previously a few nodes running on Ubuntu. And work fine. Im trying it now in openwrt and cant get tun interface. When I do "lsmod | grep tun" I cant see tun interface. Do you know how to fix this? Regards Yazeed Fataar <yazeedfataar at hotmail.com> On Tue, Jan 19, 2016 at 7:24 PM, Maxim Vorontsov <6012030 at gmail.com> wrote: > You can find tinc
2018 May 03
2
Getting --delete to work, simply
rsync version 3.1.2 protocol version 31 I've run into an issue using rsync on my QNAP NAS. I've installed Entware-ng on the NAS so that I can install better versions of programs, rsync being one of them. But, I've run into an issue wqith using the --delete option, as it has problems using wildcards. Initially a backup script looked like: #!/bin/sh for d in
2016 Jan 19
0
tinc running openwrt (mikrotik metarouter mips)
this is what happens when I try to run tincd root at OpenWrt:/etc/tinc/vpn# tincd -n vpn -D -d5 tincd 1.0.21 (Mar 9 2014 18:26:59) starting, debug level 5 Could not open /dev/net/tun: No such file or directory Terminating root at OpenWrt:/etc/tinc/vpn# cat tinc.conf Name = vpn_gw1 Interface = tun0 ConnectTo = vpn_gw2 Cipher = aes-256-cbc Digest = SHA512 Regards Yazeed Fataar