nojima / httpie-go

httpie-like HTTP client written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

certificate signed by unknown authority!

JohyC opened this issue · comments

commented

When I httpie-go -v https://keelii.com/ I get an error!
image

Hi,
a curl command gives me the same output:

❯ curl https://keelii.com/                                                                                                         
curl: (60) SSL certificate problem: unable to get local issuer certificate

I think the involved CA is not part of the default certificates of your OS. this is not related to httpie-go

commented

Hi,
a curl command gives me the same output:

❯ curl https://keelii.com/                                                                                                         
curl: (60) SSL certificate problem: unable to get local issuer certificate

I think the involved CA is not part of the default certificates of your OS. this is not related to httpie-go

Ok! I got it.Thanks for your reply.