jailkit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jailkit-dev] [bug #64737] openssl is missing as section (or as part of


From: N247S
Subject: [Jailkit-dev] [bug #64737] openssl is missing as section (or as part of netbasics)
Date: Mon, 2 Oct 2023 14:42:06 -0400 (EDT)

URL:
  <https://savannah.nongnu.org/bugs/?64737>

                 Summary: openssl is missing as section (or as part of
netbasics)
                   Group: Jailkit
               Submitter: n247s
               Submitted: Mon 02 Oct 2023 06:42:04 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 02 Oct 2023 06:42:04 PM UTC By: N247S <n247s>
I am not sure if it deserves its own section in the 'jk_init.ini' file? I
think its better to add to the netbasics section.


I was strugling getting git to work because with every 'pull'/'push' request
to a remote it was complaining with the message "server certificate
verification failed. CAfile: none CRLfile: none".
This is basically git's way of saying that openssl is either not present or
not capable of providing any certificates (used for https connections to the
outside world). Which i found out after a lengthy search.

What I needed to do is to use a 'jk_cp' command to get both the 'openssl'
binary as wel as the certificates in place, and everything worked as
expected.

used commands:
```
jk_cp -v -j /jail/dir /bin/openssl
jk_cp -v -j /jail/dir /etc/ssl
jk_cp -v -j /jail/dir /usr/lib/ssl
jk_cp -v -j /jail/dir /usr/share/ca-certificates
```

I am not sure how that translates to a 'jk_init.ini' section. but maybe the
above gives enough information to fix this as a preset. 







    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?64737>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]