I have issues with api since SSL got required and its huge pain since then to do anything.
I am just trying to get list of items by keywords using api and display it in json form.
I need to accept "the danger" from unknown certificate in chrome/ff first to get to this page. It was working for some time but now i get bad request 400 and there is just no information what is wrong either on api logs or in json response in XmlHttpRequest.
What is the proper way to handle those ssl requests so i can just get it working ? What can be the issue here anyway? I bet its something with those awesome certificates but imho it just should be handled automatically not that i have always hundred of problems when it comes to ssl.
What i could find in dev info is that " This page is not secure (broken HTTPS)."
Maybe its the issue with antivirus also, Im just struggling with this badly for some time.
How you do it properly to not have issues with ssl certificates every time ?