VirtusLab-Open-Source / strapi-plugin-comments

A plugin for Strapi Headless CMS that provides end to end comments feature with their moderation panel, bad words filtering, abuse reporting and more.
MIT License
413 stars 65 forks source link

Getting error on Report Abuse API #246

Closed mr-mern closed 10 months ago

mr-mern commented 10 months ago

When i call report-abuse api i get below error

OPENSSL_internal:WRONG_VERSION_NUMBER

here is sample endpoint

https://localhost:1337/api/comments/api::article.article:164/comment/10/report-abuse

Strapi version 4.15 node : 18.13

cyp3rius commented 10 months ago

Hello @hassan-debug,

Thing you're referring to is a Strapi configuration for SSL and how from you client you're calling Strapi endpoints. There is nothing related to the Comments Plugin itself.

Please follow Strapi docs to sort that out.