Hey Diddle Diddle!
New member
Show us Your config of stunnel just to make sure its correctly setup, I'm not saying its incorrectly setup just want to see,And also your setting for yenc.New eyes might find a setting missing, you never know.
Sounds like you haven't got a ssl connection going there.There was a recent post all about it here.Hope it helps. http://filesharingtalk.com/vb3/f-so...t-bundled-anonymous-343603/?highlight=stunnel http://filesharingtalk.com/vb3/f-gu...-server-connections-337101/?highlight=stunnel
Show us Your config of stunnel just to make sure its correctly setup, I'm not saying its incorrectly setup just want to see,And also your setting for yenc.New eyes might find a setting missing, you never know.
; Sample stunnel configuration file by Michal Trojnara 2002-2006
; Some options used here may not be adequate for your particular configuration
; Certificate/key is needed in server mode and optional in client mode
; The default certificate is provided only for testing and should not
; be used in a production environment
cert = stunnel.pem
;key = stunnel.pem
; Some performance tunings
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
; Workaround for Eudora bug
;options = DONT_INSERT_EMPTY_FRAGMENTS
; Authentication stuff
;verify = 2
; Don't forget to c_rehash CApath
;CApath = certs
; It's often easier to use CAfile
;CAfile = certs.pem
; Don't forget to c_rehash CRLpath
;CRLpath = crls
; Alternatively you can use CRLfile
;CRLfile = crls.pem
; Some debugging stuff useful for troubleshooting
;debug = 7
;output = stunnel.log
; Use it for client mode
client = yes
; Service-level configuration
[pop3s]
accept = 995
connect = 110
[imaps]
accept = 993
connect = 143
[ssmtp]
accept = 465
connect = 25
;[https]
;accept = 443
;connect = 80
;TIMEOUTclose = 0
; vim:ft=dosini
[nntp]
accept = 119
connect = ssl.astraweb.com:443
Give Jbinup a try. It supports SSL uploading natively and works flawlessly.
http://www.jbinup.com/en/