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.
Printable View
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.
I still think it's a sTunnel glitch, but you never know :lol:
Aye,Theres not really a lot of things that can go wrong with that combo.
I have got in Powerpost:Code:; 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
Server: localhost
Por: 119
User: xxx
Pass: xxx
Connections: 4
Looks good to me, maybe you are having connections problems with your newsgroup host as your settings look fine.Maybe see if theres an alternative address you could log onto as mine has 2 addresses that are ssl enabled,1 in europe and 1 in u.s.a.
Does it do it with the standard SSL port of 563?
I have tested with the standard port and other ports, I have also tested other newservers of Europe and USA, and always the same.
It is a mystery, I said it ;)
Guess what? Its a mystery to us as well :) .You are doing everything that we do so something in your setup is letting you down.Router,cabling,NIC,Trojan/worm,ISP If you have exhausted all the above then you are screwed.
Now it seems to me demonstrates active connections. I have changed the key and have generated new key. May have influenced it.
Reviewing documentation of stunnel is strongly recommended to generate new keys, and that I have done the same.
Thanks ;)
You can use wireshark to check your traffic..
Set a filter... tcp.port == 443 and watch it.