a workaround is her:
http://forums.sabnzbd.org/viewtopic.php ... 4&p=101217
Put this:
opt_out_of_certificate_verification = True
if opt_out_of_certificate_verification:
try:
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
except:
pass
in top of (at line 17) /volume1/.@plugins/AppCentral/sabnzbdplus/sabnzbdplus/SABnzbd.py