shahednasser / cross-post

Cross Post a blog to multiple websites
https://www.npmjs.com/package/cross-post-blog
MIT License
122 stars 16 forks source link

RequestError: unable to verify the first certificate #19

Closed hussaincode closed 2 years ago

hussaincode commented 2 years ago

Getting this error while uploading the blog using cross-post. my command - cross-post run https://hussaincodes.in/registrationlogin-system-using-spring-boot-and-spring-security -p dev hashnode

shahednasser commented 2 years ago

Hi @hussaincode , does this error occur for both platforms? If you run it just for dev or just for hashnode, does it occur eitherway?

hussaincode commented 2 years ago

yes it occurred with both the platform

shahednasser commented 2 years ago

Ok so I first tested your command and I didn't get any issues, so I can't reproduce it. However, I looked online for this error and found this:

https://github.com/sindresorhus/got/issues/675

Based on the fix suggested I pushed a new version with the fix. Can you try updating the tool then running the same command?

hussaincode commented 2 years ago

Thanks @shahednasser it's working fine now 👍