Displaying 3 results from an estimated 3 matches for "cyva".
Did you mean:
cya
2023 Jan 28
1
Init SSL without certificate database
...quests.
The NUT software is installed on Ubuntu Server 22.04 LTS.
All the documentation that we have found that references this error have some sort of hack.
Why doesn?t the package support a published path or environment variable where a user can point to a functional certificate database?
pi at cyva:~ $ upsc -l cyva
Init SSL without certificate database
ups
pi at cyva:~ $ upsc -L cyva
Init SSL without certificate database
ups: Description unavailable
pi at cyva:~ $ upsc ups at cyva
Init SSL without certificate database
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 20
batte...
2023 Jan 28
1
Init SSL without certificate database
On Sat, 28 Jan 2023, John Fowler wrote:
> We are getting "Init SSL without certificate database? in response to all requests.
>
> pi at cyva:~ $ upsc ups at cyva
> Init SSL without certificate database
> battery.charge: 100
If you don't like the warning, then a command such as upsc ups at cyva 2>/dev/null
will hide it.
Otherwise the simplest, and possibly the safest, solution is to create local
self-signed certificates....
2023 Jan 28
1
Init SSL without certificate database
...com/networkupstools/nut/pull/1667
Jim
On Sat, Jan 28, 2023, 21:43 Roger Price <roger at rogerprice.org> wrote:
> On Sat, 28 Jan 2023, John Fowler wrote:
>
> > We are getting "Init SSL without certificate database? in response to
> all requests.
> >
> > pi at cyva:~ $ upsc ups at cyva
> > Init SSL without certificate database
> > battery.charge: 100
>
> If you don't like the warning, then a command such as upsc ups at cyva
> 2>/dev/null
> will hide it.
>
> Otherwise the simplest, and possibly the safest, solution is to cr...