Author Topic: FAQ -- How to enable connection logging in Bit Che  (Read 25560 times)

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
FAQ -- How to enable connection logging in Bit Che
« on: May 12, 2009, 09:24:38 am »
How to enable connection logging in Bit Che:

Note: This should be done if you are having a problem and need to see the specific Winsock/HTTP traffic that Bit Che is sending and receiving.

1. from the Bit Che File menu, select 'Open App Data Folder...'
2. Make a new folder named 'Logs'
3. Open 'settings.ini' and add the line 'debug=3' after '[options]'
4. Then search [the site], and attach the log files here from the '\logs' directory so I can review them

Here is a screenshot showing the new folder (1) and the added line to settings.ini (2):

« Last Edit: November 25, 2012, 05:18:40 pm by chip! »
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: FAQ -- How to enable connection logging in Bit Che
« Reply #1 on: February 16, 2013, 05:41:28 am »
[20:36:40]
POST https://bookvortex.com/login
Referer:
Cookie:
username=xxxxxxxxx&password=xxxxxxxxxx

[20:36:40]
cWinHTTP1: 1 - Error: -2147012858 - The host name in the certificate is invalid or does not match

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: FAQ -- How to enable connection logging in Bit Che
« Reply #2 on: February 16, 2013, 09:27:15 am »
I get a 404 trying to browse to that URL but the error is a new one i haven't seen.. likely due to the HTTPS and the sites certificate. I might need to allow some bypass on errors.. I'll check this out later. Thanks
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: FAQ -- How to enable connection logging in Bit Che
« Reply #3 on: February 16, 2013, 03:37:05 pm »
my bad a bug in my code cropped of the first letter

https://bookvortex.com/login
should have been
https://ebookvortex.com/login

It was trying to us the open dns cert for https://bookvortex.com/login thus creating an error.