This bug is down to the plugin https/SSL login to PollDaddy been blocked by the host.
We have a work around which will allow you to turn off the SSL login which will allow the plugin to connect with PollDaddy.. we will be updating the plugin next week.
In the mean time, if you are comfortable editing the plugin yourself, do the following..
In your wordpress blog dashboard, go to the plugins menu to get a list of plugins installed on your blog.
Click the ‘edit’ option next to the PollDaddy plugin.. this will allow you to edit the polldaddy.php file.
Find the following line..
$polldaddy_api_key = wp_remote_post( ‘https://api.polldaddy.com/key.php’, array(
Change it to..
$polldaddy_api_key = wp_remote_post( ‘https://api.polldaddy.com/key.php’, array(
Save the plugin, then re-login with your PollDaddy account details.. refresh the page and you should be good to go..