DiasPHPora / wp-to-diaspora

Automatically share WordPress posts on diaspora*
https://wordpress.org/plugins/wp-to-diaspora/
GNU General Public License v2.0
14 stars 1 forks source link

SSL error connecting to pod #150

Closed haverholm closed 7 years ago

haverholm commented 7 years ago

Failed to initialise connection to pod "https://diasp.org". cURL error 35: Unknown SSL protocol error in connection to diasp.org:443

Report here, with server admin, or to diasp.org?

dmorley commented 7 years ago

What version of curl?

haverholm commented 7 years ago

Beats me, but your question tells me I should get in touch with my own server admin ;)

noplanman commented 7 years ago

Do you have SSH access with your current hosting? If yes, you can execute the following command: curl --version

haverholm commented 7 years ago

Got this in my phpinfo: cURL Information 7.21.0 Hope it helps (I try to keep my hands out of the server side).

noplanman commented 7 years ago

Looks like the protocols that you hosting provides aren't fully compatible with those of diasp.org. Best to get in touch with your hosting and report this issue to them.

@dmorley This is the first report we've had, so I don't think it's a diasp.org issue. Unless you've set the SSL to be super-restrictive.

dmorley commented 7 years ago

I do have ssl pretty hardened, might try it against https://dev.diasp.org as I'll be moving to that config soon.

noplanman commented 7 years ago

@haverholm Did you manage to get this sorted with your hosting?