Index

Subject : [lug] Digest (9 messages)

From : lug-owner@lists.ncsu.[redacted]

Date : Tue, 27 Sep 2016 14:42:05 -0400


The Lug Digest
Volume 1 : Issue 395 : "text" Format

Messages in this Issue:
201609/48 : Meeting Room
Quentin Young <qlyoung@ncsu.[redacted]>
201609/49 : Trouble with Git and SSL
Jeffery Mewtamer <mewtamer@gmail.[redacted]>
201609/50 : Re: Trouble with Git and SSL
Kushagra Mishra <kmishra@ncsu.[redacted]>
201609/51 : Re: Trouble with Git and SSL
Jeffery Mewtamer <mewtamer@gmail.[redacted]>
201609/52 : Re: Trouble with Git and SSL
Stephen Worley <seworley@ncsu.[redacted]>
201609/53 : Re: Trouble with Git and SSL
Jeffery Mewtamer <mewtamer@gmail.[redacted]>
201609/54 : Re: Trouble with Git and SSL
Quentin Young <qlyoung@ncsu.[redacted]>
201609/55 : Tuesday meeting!
Neill Robson <nlrobson@ncsu.[redacted]>
201609/56 : Certificate Authority drama
Quentin Young <qlyoung@ncsu.[redacted]>

----------------------------------------------------------------------

Date: Tue, 20 Sep 2016 18:54:50 -0400
From: Quentin Young <qlyoung@ncsu.[redacted]>
To: lug@lists.ncsu.[redacted]
Subject: Meeting Room
Message-ID: <CANhSzx0DO3Wi1S-T5ghL7Rbc4Je8nopF2erddv0hxfywfR+0cw@mail.gmail.[redacted]>

We will be convening in EB2 3001 as per usual tonight. It appears to be
vacant, so if we get kicked out, we will work from there.

--
Quentin Young
President, LUG @ NC State


[Attachment of type text/html removed.]

------------------------------

Date: Wed, 21 Sep 2016 23:49:14 +0000
From: Jeffery Mewtamer <mewtamer@gmail.[redacted]>
To: lug <lug@lists.ncsu.[redacted]>, raspberry-vi@freelists.[redacted]
Subject: Trouble with Git and SSL
Message-ID: <CAO2sX30Hfp_v_DG64GyUM_U_8pxn0aysFzSnhWSaaK7aeawC7g@mail.gmail.[redacted]>

I've recently started using Git to help me keep work files synced
between the desktop computer I use at home and the Raspberry Pis I use
in the classroom, but I've ran into a problem that prevents me from
pushing, pulling, or cloning github repositories on my Pi.

The exact error message is:

fatal: unable to access 'https://github.com/mewtamer/bash-cripts.git/':
server certificate verification failed. CAfile:
/etc/ssl/certs/ca-certificates.crt CRLfile: none

I remember running into a similar problem setting up Git on my desktop
that was resolved by installing openssl and ca-certificates. these
packages are already installed on my Pi and I've tried uninstalling
and reinstalling them, along with their dependencies and even git with
all of its dependencies with no change. The Pi seems to be functioning
properly in all other applications.

Any ideas of how I might solve this problem?


--
Sincerely,

Jeffery Wright
President Emeritus, Nu Nu Chapter, Phi Theta Kappa.
Former Secretary, Student Government Association, College of the Albemarle.

------------------------------

Date: Wed, 21 Sep 2016 20:05:39 -0400
From: Kushagra Mishra <kmishra@ncsu.[redacted]>
To: lug@lists.ncsu.[redacted]
Cc: raspberry-vi@freelists.[redacted]
Subject: Re: Trouble with Git and SSL
Message-ID: <CAG+Q7O2ANjv0nc7jZyLbESGh_1DTP7k0iYNojMaNBdyjAXXQKA@mail.gmail.[redacted]>

Well did you google it?

Stackoverflow has a similar question posted, it might be worth looking at
the ans. I haven't gone through the details, so can't verify whether it
will work or not. Take a look:

http://stackoverflow.com/questions/21181231/server-certificate-verification-failed-cafile-etc-ssl-c
<http://stackoverflow.com/questions/21181231/server-certificate-verification-failed-cafile-etc-ssl-certs-ca-certificates-c>
erts-ca-certificates-c
<http://stackoverflow.com/questions/21181231/server-certificate-verification-failed-cafile-etc-ssl-certs-ca-certificates-c>

-- kushagra

On Wed, Sep 21, 2016 at 7:49 PM, Jeffery Mewtamer <mewtamer@gmail.[redacted]>
wrote:

> I've recently started using Git to help me keep work files synced
> between the desktop computer I use at home and the Raspberry Pis I use
> in the classroom, but I've ran into a problem that prevents me from
> pushing, pulling, or cloning github repositories on my Pi.
>
> The exact error message is:
>
> fatal: unable to access 'https://github.com/mewtamer/bash-cripts.git/':
> server certificate verification failed. CAfile:
> /etc/ssl/certs/ca-certificates.crt CRLfile: none
>
> I remember running into a similar problem setting up Git on my desktop
> that was resolved by installing openssl and ca-certificates. these
> packages are already installed on my Pi and I've tried uninstalling
> and reinstalling them, along with their dependencies and even git with
> all of its dependencies with no change. The Pi seems to be functioning
> properly in all other applications.
>
> Any ideas of how I might solve this problem?
>
>
> --
> Sincerely,
>
> Jeffery Wright
> President Emeritus, Nu Nu Chapter, Phi Theta Kappa.
> Former Secretary, Student Government Association, College of the Albemarle.
>


[Attachment of type text/html removed.]

------------------------------

Date: Thu, 22 Sep 2016 00:49:53 +0000
From: Jeffery Mewtamer <mewtamer@gmail.[redacted]>
To: lug@lists.ncsu.[redacted]
Subject: Re: Trouble with Git and SSL
Message-ID: <CAO2sX305KA1qe32S1jV=KB19wTfh2s9kyx7zSJZBmZYFC7V0eA@mail.gmail.[redacted]>

Yeah, that fixed the problem. Apparently, at some point, my Pi lost
the ability to sync it's clock over the network and was thus suck on
Jan 1, 1970. Installed ntp and everything's working fine again.

--
Sincerely,

Jeffery Wright
President Emeritus, Nu Nu Chapter, Phi Theta Kappa.
Former Secretary, Student Government Association, College of the Albemarle.

------------------------------

Date: Wed, 21 Sep 2016 21:33:57 -0400
From: Stephen Worley <seworley@ncsu.[redacted]>
To: lug@lists.ncsu.[redacted]
Subject: Re: Trouble with Git and SSL
Message-ID: <CAN6GOHncFCQ6c2sjrZptiVCDCVa5XXKEEe1gew1jPbA+qTvZpQ@mail.gmail.[redacted]>

What os was your pi running? I'm curious

On Sep 21, 2016 8:50 PM, "Jeffery Mewtamer" <mewtamer@gmail.[redacted]> wrote:

> Yeah, that fixed the problem. Apparently, at some point, my Pi lost
> the ability to sync it's clock over the network and was thus suck on
> Jan 1, 1970. Installed ntp and everything's working fine again.
>
> --
> Sincerely,
>
> Jeffery Wright
> President Emeritus, Nu Nu Chapter, Phi Theta Kappa.
> Former Secretary, Student Government Association, College of the Albemarle.
>


[Attachment of type text/html removed.]

------------------------------

Date: Thu, 22 Sep 2016 02:27:21 +0000
From: Jeffery Mewtamer <mewtamer@gmail.[redacted]>
To: lug@lists.ncsu.[redacted]
Subject: Re: Trouble with Git and SSL
Message-ID: <CAO2sX31_dkLvaA1fB+LwDNA0TJW-vmM-KqXQf5hcbyAO=yFjoA@mail.gmail.[redacted]>

I used the official Jessie-lite image from the Raspberry Pi
Foundation's website as the base for my Pis, though I've done some
customization.

------------------------------

Date: Wed, 21 Sep 2016 23:07:10 -0400
From: Quentin Young <qlyoung@ncsu.[redacted]>
To: lug@lists.ncsu.[redacted]
Subject: Re: Trouble with Git and SSL
Message-ID: <CANhSzx1wgfYE-aeJL5sEZKe_f=cH42PsWMQ6SiQi-hrGQPzfzg@mail.gmail.[redacted]>

Unix epoch best epoch

On Sep 21, 2016 9:34 PM, "Stephen Worley" <seworley@ncsu.[redacted]> wrote:

> What os was your pi running? I'm curious
>
> On Sep 21, 2016 8:50 PM, "Jeffery Mewtamer" <mewtamer@gmail.[redacted]> wrote:
>
>> Yeah, that fixed the problem. Apparently, at some point, my Pi lost
>> the ability to sync it's clock over the network and was thus suck on
>> Jan 1, 1970. Installed ntp and everything's working fine again.
>>
>> --
>> Sincerely,
>>
>> Jeffery Wright
>> President Emeritus, Nu Nu Chapter, Phi Theta Kappa.
>> Former Secretary, Student Government Association, College of the
>> Albemarle.
>>
>


[Attachment of type text/html removed.]

------------------------------

Date: Sat, 24 Sep 2016 14:42:08 -0400
From: Neill Robson <nlrobson@ncsu.[redacted]>
To: lug@lists.ncsu.[redacted]
Subject: Tuesday meeting!
Message-ID: <f53eef4b-7a55-7d1c-cca6-2c35f903439e@ncsu.[redacted]>

Hello LUGgers,

Just a friendly reminder that we will be meeting next Tuesday as usual,
same time and place! This meeting will be a combination
tech-talk/hack-day in which we will start adding Discourse
(https://www.discourse.org/) to our server.

This means that pretty soon, I won't be cluttering your inboxes anymore.
Hooray!

Unfortunately, I may not be able to attend this particular meeting, but
rest assured that there will still be plenty of knowledge and
conversation to go around amongst the attendees.

As always, have a great weekend, everyone!


------------------------------

Date: Tue, 27 Sep 2016 14:41:59 -0400
From: Quentin Young <qlyoung@ncsu.[redacted]>
To: lug@lists.ncsu.[redacted]
Subject: Certificate Authority drama
Message-ID: <CANhSzx2TmO58cVTK-6YFd2XWNDPC9m+GjFdOWz9kRt8aiK+b-g@mail.gmail.[redacted]>

Hi LUG,

Relevant to last week's meeting, some drama involving some less-than-savory
behavior by certificate authorities:

https://docs.google.com/document/d/1C6BlmbeQfn4a9zydVi2UvjBGv6szuSB4sMYUcVrR8vQ/preview

See you all at the meeting tonight.

--
Quentin Young
President, LUG @ NC State


[Attachment of type text/html removed.]

------------------------------

End of [lug] Digest (9 messages)
**********