Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Stunnel doesn't show active connections

  1. #11
    darkstate01's Avatar Poster
    Join Date
    Oct 2007
    Location
    manc
    Posts
    438
    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.
    PAIN is just WEAKNESS leaving the body

  2. Newsgroups   -   #12
    SonsOfLiberty's Avatar The Lonely Wanderer
    Join Date
    Dec 2008
    Location
    Capital Wasteland
    Posts
    19,213
    I still think it's a sTunnel glitch, but you never know
    [center]

  3. Newsgroups   -   #13
    darkstate01's Avatar Poster
    Join Date
    Oct 2007
    Location
    manc
    Posts
    438
    Aye,Theres not really a lot of things that can go wrong with that combo.
    PAIN is just WEAKNESS leaving the body

  4. Newsgroups   -   #14
    Quote Originally Posted by darkstate01 View Post
    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.
    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
    I have got in Powerpost:

    Server: localhost
    Por: 119
    User: xxx
    Pass: xxx
    Connections: 4
    Last edited by MrBackup; 04-04-2009 at 09:32 AM.

  5. Newsgroups   -   #15
    darkstate01's Avatar Poster
    Join Date
    Oct 2007
    Location
    manc
    Posts
    438
    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.
    PAIN is just WEAKNESS leaving the body

  6. Newsgroups   -   #16
    SonsOfLiberty's Avatar The Lonely Wanderer
    Join Date
    Dec 2008
    Location
    Capital Wasteland
    Posts
    19,213
    Does it do it with the standard SSL port of 563?
    [center]

  7. Newsgroups   -   #17
    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

  8. Newsgroups   -   #18
    darkstate01's Avatar Poster
    Join Date
    Oct 2007
    Location
    manc
    Posts
    438
    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.
    PAIN is just WEAKNESS leaving the body

  9. Newsgroups   -   #19
    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

  10. Newsgroups   -   #20
    222MHz's Avatar Poster
    Join Date
    Jul 2008
    Location
    Florida
    Posts
    180
    You can use wireshark to check your traffic..

    Set a filter... tcp.port == 443 and watch it.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •