I also have error: cURL error 28: SSL connection timeout
It’s a problem changed by the newest curl include in WP
Simple fix!!!
in a TEXT editor
edit file: wordpress/wp-content/plugins/blogger-importer-extended/includes/client.php
‘timeout’ => 30,
Around line 33 is:
‘timeout’ => 0,
Change it to:
‘timeout’ => 30,
Fully successful on 4.6.1 after the change
Works well. Thanks a lot!
I tried v1.3.1 Blogger Importer Extended for wordpress 4.7.3 with 292 posts, 37 comments, 737 images and 16 links with almost 2 hours time.
I did encountered the error message like “The importer has stopped unexpectedly! But…don’t worry! It will automatically in xxx seconds” many times until it saw “500 Internal Server Error” displayed until my website was unavailable for at least 15-30 minutes. I am glad with the patience and selected time to do the migration as early as 4am did have better traffic.
I did tried Blogger plug-in, it did not work on migrating the images and the post are without images. I am happy to use Blogger Importer Extended.