coder / code-marketplace

Open source extension marketplace for VS Code.
GNU Affero General Public License v3.0
222 stars 23 forks source link

Is there a way to skip ssl verification? #34

Closed redbeard3303 closed 9 months ago

redbeard3303 commented 9 months ago

When attempting to run ./code-marketplace -v add, I am getting the following error: x509: certificate signed by unknown authority

Is there a way to temporarily skip ssl verification?

redbeard3303 commented 9 months ago

Never Mind. I figured this out. There is a cert that I had to pull and install on my local machine. My apologies.