Hi,
I have a strange issue. After submitting article it appears in "message log" where I need it to be approve. But URL for article is not SEF (...index.php?option=com_content&view=article&id=...) and log contain:
WARNING Error routing SEF URL via frontend request - curl_error: 60 SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
I just delete this article from message log, after few minute it reappears again but this time with SEF URL. I don't get why and how this happens...

Articles workflow: First I create and save article as Uncategirised, then final version is saved in News from where it's taken by ATNG for FB.
Site has a self signed SSL sertificate. Backend is mandatory accessed with SSL, frontend without.
Both ATNG plugins are placed after SEF plugin in Joomla.
I have added in base_facebook.php code:
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_SSL_VERIFYHOST => false,
Options: Routing: Yes, Compatible;
Setup: Joomla 2.5.8, ATNG 6.3.5, com-content, standart Joomla SEF