Re: HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-09-27 Thread Leo Famulari
On Fri, Sep 16, 2016 at 02:42:37PM +, ng0 wrote: > Ricardo Wurmus writes: > > > ng0 writes: > > > >> Ludovic Courtès writes: > >> > >>> Hi, > >>> > >>> ng0 skribis: > >>> > > The ‘nss-certs’ package provides X.509 certificates: > > > > > > https://www.gnu.org/software/gu

Re: HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-09-16 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> Ludovic Courtès writes: >> >>> Hi, >>> >>> ng0 skribis: >>> > The ‘nss-certs’ package provides X.509 certificates: > > > https://www.gnu.org/software/guix/manual/html_node/X_002e509-Certificates.html I commented nss-certs,

Re: HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-09-01 Thread Ricardo Wurmus
ng0 writes: > Ludovic Courtès writes: > >> Hi, >> >> ng0 skribis: >> The ‘nss-certs’ package provides X.509 certificates: https://www.gnu.org/software/guix/manual/html_node/X_002e509-Certificates.html >>> >>> I commented nss-certs, enabled or disabled it made no differen

Re: HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-09-01 Thread ng0
store/1ciyxbyciasmdgmad3p2qmp9c3qnrc8i-pbpst-1.2.0-1.e58e573/bin$ rm /home/ng0/.config/pbpst/.db.json.swp ng0@shadowwalker /gnu/store/1ciyxbyciasmdgmad3p2qmp9c3qnrc8i-pbpst-1.2.0-1.e58e573/bin$ ./pbpst --list-lexers pbpst: Listing failed: Peer certificate cannot be authenticated with given CA certificates -- ng0 For non-prism friendly talk find me on http://www.psyced.org

Re: HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-08-31 Thread Ludovic Courtès
Hi, ng0 skribis: >> The ‘nss-certs’ package provides X.509 certificates: >> >> >> https://www.gnu.org/software/guix/manual/html_node/X_002e509-Certificates.html > > I commented nss-certs, enabled or disabled it made no difference to the > resulting binary. You need to have ‘nss-certs’ instal

Re: HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-08-28 Thread ng0
Hi, Ludovic Courtès writes: > ng0 skribis: > >> First things first: Corrections will happen, this is not what I ask >> for. I need help with getting pbpst (which just uses curl for this) to >> learn about the certificates on the system. > > [...] > >> + (modify-phases %standard-phases >

Re: HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-08-28 Thread Ludovic Courtès
ng0 skribis: > First things first: Corrections will happen, this is not what I ask > for. I need help with getting pbpst (which just uses curl for this) to > learn about the certificates on the system. [...] > + (modify-phases %standard-phases > + (replace 'configure > +

HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-08-25 Thread ng0
First things first: Corrections will happen, this is not what I ask for. I need help with getting pbpst (which just uses curl for this) to learn about the certificates on the system. I can not continue this, all the greping and no advance. I can not solve this, I need help. >From 9556d469f3be74a0e

Re: CA certificates

2015-02-13 Thread Andreas Enge
On Fri, Feb 13, 2015 at 02:28:10AM -0500, Mark H Weaver wrote: > I just realized that the 'zero?' is pointless in that position. Indeed. But the real problem, as I mentioned before, is that grafting fails with a non-utf8 locale. We should switch to utf8 for everything. Andreas

Re: CA certificates

2015-02-12 Thread Mark H Weaver
Mark H Weaver writes: > For now, I would try putting the following code at the beginning of your > custom 'install' phase: > > (setenv "LOCPATH" (getcwd)) > (zero? (system* "localedef" "--no-archive" > "--prefix" (getcwd) "-i" "en_US" >

Re: CA certificates

2015-02-12 Thread Ludovic Courtès
Andreas Enge skribis: > The attached patch series > 1) adds a (private) python script to extract single certificates in .pem >format from a big textfile in mozilla source format; > 2) adds the package nss-certs, which contains the certificates thus extracted >in OUT/etc/ssl/certs, prepro

Re: CA certificates

2015-02-12 Thread Andreas Enge
On Thu, Feb 12, 2015 at 12:26:52PM -0500, Mark H Weaver wrote: > Sounds good! It should be noted, however, that GnuTLS will currently > only use the certs in /etc/ssl/certs unless some application-specific > setting is provided. This will later be improved with the 'p11-kit' > solution. Indeed!

Re: CA certificates

2015-02-12 Thread Mark H Weaver
Andreas Enge writes: > The attached patch series > 1) adds a (private) python script to extract single certificates in .pem >format from a big textfile in mozilla source format; > 2) adds the package nss-certs, which contains the certificates thus extracted >in OUT/etc/ssl/certs, preproc

Re: CA certificates

2015-02-12 Thread Andreas Enge
One more data point: fetchmail works out of the box with the certificates and SSL_CERT_DIR. On the other hand, "git pull" on nixpkgs does not. Andreas

CA certificates

2015-02-10 Thread Andreas Enge
The attached patch series 1) adds a (private) python script to extract single certificates in .pem format from a big textfile in mozilla source format; 2) adds the package nss-certs, which contains the certificates thus extracted in OUT/etc/ssl/certs, preprocessed with c_rehash for use with