Title: SSL problem with custom posts
Last modified: August 20, 2016

---

# SSL problem with custom posts

 *  [bernabauer](https://wordpress.org/support/users/bernabauer/)
 * (@bernabauer)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/ssl-problem-with-custom-posts/)
 * I had to change line 269 in sfc-publish.php from
 * `$data = wp_remote_post($url, array('body'=>$attachment));`
 * to
 * `$data = wp_remote_post($url, array('body'=>$attachment,'sslverify'=>0));`
 * in order to get custom posts to be auto published to the fan page. I found out
   that this call got a SSL error. In other calls to facebook by this plugin I realized
   that it was using the ‘sslverifi=0’ arg, so I made the change and got it to work.
 * I am sharing this cause I think others might get stucked with the same problem
   as I did for the last few days.
 * Great plugin! Very happy with it!
 * [http://wordpress.org/extend/plugins/simple-facebook-connect/](http://wordpress.org/extend/plugins/simple-facebook-connect/)

The topic ‘SSL problem with custom posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-facebook-connect_a9b9c1.svg)
 * [Simple Facebook Connect](https://wordpress.org/plugins/simple-facebook-connect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-facebook-connect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-facebook-connect/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-facebook-connect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-facebook-connect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-facebook-connect/reviews/)

## Tags

 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 0 replies
 * 1 participant
 * Last reply from: [bernabauer](https://wordpress.org/support/users/bernabauer/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/ssl-problem-with-custom-posts/)
 * Status: not a support question