ProjectInfinity / PocketVote

Documentation and support for PocketVote.io
9 stars 5 forks source link

Unknown SSL protocol error #6

Closed jasonw4331 closed 8 years ago

jasonw4331 commented 8 years ago

I receive this error on my PocketMine server every so often.

Unknown SSL protocol error in connection to api.pocketvote.io:443
35
ProjectInfinity commented 8 years ago

Could be your server is trying to connect using SSLv2 which I do not support. What are you running the server on?

ProjectInfinity commented 8 years ago

Please try this.

http://ci.regularbox.com/job/PocketVote-PocketMine/3/

jasonw4331 commented 8 years ago

the server is run on ClearSky, the newest version, and I had to downgrade the plugin to php5 to be of use

ProjectInfinity commented 8 years ago

If it only happens on clearsky then it's up to them to fix it. I only support PocketMine, none of the forks. Take it up with the fork if it doesn't work. On Jun 12, 2016 8:10 PM, "jasonwynn10" notifications@github.com wrote:

the server is run on ClearSky, the newest version, and I had to downgrade the plugin to php5 to be of use

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ProjectInfinity/PocketVote/issues/6#issuecomment-225451637, or mute the thread https://github.com/notifications/unsubscribe/AAkPzm2ldglqyrqaRbS1TiHp-soZk_Zjks5qLEt-gaJpZM4IzknJ .

MKBandzz commented 8 years ago

Genisys works great exept this popup comes if you reload your server thats the only downside:

`Notice: Undefined property: ProjectInfinity\PocketVote\PocketVote::$identity in phar://O:/Users/Mhikei2/Desktop/PocketMine-MP/plugins/PocketVote.phar/src/ProjectInfinity/PocketVote/task/SchedulerTask.php on line 20

Notice: Undefined property: ProjectInfinity\PocketVote\PocketVote::$secret in phar://O:/Users/Mhikei2/Desktop/PocketMine-MP/plugins/PocketVote.phar/src/ProjectInfinity/PocketVote/task/SchedulerTask.php on line 20 `

ProjectInfinity commented 8 years ago

@MhikeiMPC Sorry for the late reply. Currently I do not suggest reloading the plugin while the server is running. But I will take note and see if there's an elegant way to support that.