Skip to content

Error: unable to verify the first certificate #222

Answered by gautamkrishnar
chatseeon asked this question in Q&A
Discussion options

You must be logged in to vote

@chatseeon this is because of a SSL issue on your website. Workflow can't do anything to fix it. You should fix it in your website's source code.

> curl https://csworldlet.top/author/chatseeon/feed/
curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)

Alternatively you can ignore the SSL errors via:

name: Latest blog post workflow
on:
  schedule: # Run workflow automatically
    - cron: '0 * * * *' # Runs every hour, on the hour
  workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
permissions:
  contents: write # To write the generated contents to the readme

jobs:
  update-readme-w…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@gautamkrishnar
Comment options

@chatseeon
Comment options

@gautamkrishnar
Comment options

@chatseeon
Comment options

@gautamkrishnar
Comment options

Answer selected by chatseeon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants