puma / puma-dev

A tool to manage rack apps in development with puma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Root CA issue

avioli opened this issue · comments

I'm getting an invalid certificate when trying to use a Puma Dev issued certificate.

It appears to expire at 3:50:06pm on the same day as the request.

Time of the request either matches the expiration or is before it. Unsure how to confirm this.

screen shot 2018-10-07 at 3 54 57 pm

screen shot 2018-10-07 at 3 55 41 pm

if this makes any difference:

> uname -a
Darwin evo.local 17.7.0 Darwin Kernel Version 17.7.0: Wed Sep 19 21:20:59 PDT 2018; root:xnu-4570.71.8~4/RELEASE_X86_64 x86_64

MacOS High Sierra 10.13.6 (17G3014)

It's worth noting that it expires one year in the future. That said, I'm getting exactly the same error as you even though the Puma-dev CA cert is set to "Always Trust" across all categories.

@avioli Try dragging the cert into the 'System' category of keychain access, that fixed it for me

Closing as duplicate of #84