pushmeup icon indicating copy to clipboard operation
pushmeup copied to clipboard

Check socket and ssl connection exist before closing.

Open serargz opened this issue 10 years ago • 3 comments

As the socket or the ssl connection might not be initialized when closing, we need to check its existance before doing it.

serargz avatar May 28 '14 21:05 serargz

getting this error as well :+1:

chaffeqa avatar Sep 28 '14 20:09 chaffeqa

I'm getting this too. +1

t413 avatar Oct 12 '14 22:10 t413

Also ran into this, I'm wondering though - why does with_connection even rescue from StandardError? Even with this PR, the error message ("The path to your pem file does not exist!") will be swallowed until the retries are over. I think the pem error messages should fail immediately, retries aren't going to help a missing pem.

lserman avatar Oct 21 '14 14:10 lserman