Convivea

Bit Che => Scripts & Development => Topic started by: chip! on May 12, 2009, 09:24:38 am

Title: FAQ -- How to enable connection logging in Bit Che
Post by: chip! 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):

Title: Re: FAQ -- How to enable connection logging in Bit Che
Post by: Bovski 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
Title: Re: FAQ -- How to enable connection logging in Bit Che
Post by: chip! 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
Title: Re: FAQ -- How to enable connection logging in Bit Che
Post by: Bovski 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.