zwoerb
02-04-2008, 18:28
Hi!
I'm trying to setup esniper (Ebay autobidder) on my WL500gP with Olegs Firmware 1.9.2.7-8, but there were some problems and I hope someone can help me out or at least give me a hint.
Ok here is what I've done so far, starting with a clean and fresh installation. I will write this like a tutorial, hoping that others can benefit from it ;)
1.) installing esniper with
ipkg install esniper -force-depends
Also zlib package will be needed
ipkg install zlib
This installed following packages
esniper - 2.17.1-1
libcurl - 7.18.1-1
openssl - 0.9.7m-3
zlib - 1.2.3-2
2.) adjusting control and auctionfiles in the same way as described in the manpages of esniper, that can be found at http://esniper.sourceforge.net/ - mine look like this ...
Controlfile (named .esniper)
#esniper config file - see esniper -h for help
batch = false
#set bid=yes if you really want to place bids
bid = no
debug = disabled
reduce = y
logdir = /tmp/harddisk/esniper/log/
#password = pw
#username = user
historyHost = offer.ebay.com
prebidHost = offer.ebay.com
bidHost = offer.ebay.com
seconds = 10
The auctionfile (named bidlist and is placed in the same directory as .esniper)
#only bid for one item - bid will be placed 10sec before auction is closed
quantity=1
#usage: articelnumber price
200XXXXXXX44 10
3.) Running esniper with
esniper bidlist
and entering username and password yields this error message
Auction 200XXXXXXX44: Cannot connect to URL ??D: Peer certificate cannot be authenticated with known CA certificates: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Retrying...
Auction 200XXXXXXX44: Cannot connect to URL?B: Peer certificate cannot be authenticated with known CA certificates: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Retrying...
Auction 200XXXXXXX44: Cannot connect to URL ??D: Peer certificate cannot be authenticated with known CA certificates: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Auction 200XXXXXXX44: Cannot connect to URL ??D: Peer certificate cannot be authenticated with known CA certificates: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Seems like there are some problems with the libcurl package!?
What have I done wrong, are any packages missing?
Has anyone had the same problem before or does anyone have a solution for this problem?
Thanks in advance!
I'm trying to setup esniper (Ebay autobidder) on my WL500gP with Olegs Firmware 1.9.2.7-8, but there were some problems and I hope someone can help me out or at least give me a hint.
Ok here is what I've done so far, starting with a clean and fresh installation. I will write this like a tutorial, hoping that others can benefit from it ;)
1.) installing esniper with
ipkg install esniper -force-depends
Also zlib package will be needed
ipkg install zlib
This installed following packages
esniper - 2.17.1-1
libcurl - 7.18.1-1
openssl - 0.9.7m-3
zlib - 1.2.3-2
2.) adjusting control and auctionfiles in the same way as described in the manpages of esniper, that can be found at http://esniper.sourceforge.net/ - mine look like this ...
Controlfile (named .esniper)
#esniper config file - see esniper -h for help
batch = false
#set bid=yes if you really want to place bids
bid = no
debug = disabled
reduce = y
logdir = /tmp/harddisk/esniper/log/
#password = pw
#username = user
historyHost = offer.ebay.com
prebidHost = offer.ebay.com
bidHost = offer.ebay.com
seconds = 10
The auctionfile (named bidlist and is placed in the same directory as .esniper)
#only bid for one item - bid will be placed 10sec before auction is closed
quantity=1
#usage: articelnumber price
200XXXXXXX44 10
3.) Running esniper with
esniper bidlist
and entering username and password yields this error message
Auction 200XXXXXXX44: Cannot connect to URL ??D: Peer certificate cannot be authenticated with known CA certificates: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Retrying...
Auction 200XXXXXXX44: Cannot connect to URL?B: Peer certificate cannot be authenticated with known CA certificates: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Retrying...
Auction 200XXXXXXX44: Cannot connect to URL ??D: Peer certificate cannot be authenticated with known CA certificates: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Auction 200XXXXXXX44: Cannot connect to URL ??D: Peer certificate cannot be authenticated with known CA certificates: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Seems like there are some problems with the libcurl package!?
What have I done wrong, are any packages missing?
Has anyone had the same problem before or does anyone have a solution for this problem?
Thanks in advance!