parker20121 - 2017-01-14

TWIMC:

I'm trying to use WebHarvest with Orchid (https://subgraph.com/orchid/index.en.html), a Tor proxy.

I started Orchid on my local machine, and it's supposed to create a proxy at port 9150.

D:\Programs\webharvest>java -jar orchid-1.0.0.jar
Jan 14, 2017 11:58:52 AM com.subgraph.orchid.TorClient start
INFO: Starting Orchid (version: 1.0.0.8c6b26d)
Jan 14, 2017 11:58:52 AM com.subgraph.orchid.directory.DirectoryImpl loadFromStore
INFO: Loading cached network information from disk
Jan 14, 2017 11:58:52 AM com.subgraph.orchid.directory.DirectoryImpl loadFromStore
INFO: Loading certificates
Jan 14, 2017 11:58:52 AM com.subgraph.orchid.circuits.CircuitCreationTask checkCircuitsForCreation
INFO: Cannot build circuits because we don't have enough directory information
Jan 14, 2017 11:58:52 AM com.subgraph.orchid.directory.DirectoryImpl loadFromStore
INFO: Loading consensus
Jan 14, 2017 11:58:52 AM com.subgraph.orchid.directory.consensus.ConsensusDocumentImpl verifySingleAuthority
WARNING: Consensus signed by unrecognized directory authority: 0232af901c31a04ee9848595af9bb7620d4c5b2e
Jan 14, 2017 11:58:52 AM com.subgraph.orchid.directory.consensus.ConsensusDocumentImpl verifySingleAuthority
WARNING: Consensus signed by unrecognized directory authority: 23d15d965bc35114467363c165c4f724b64b4f66
Jan 14, 2017 11:58:52 AM com.subgraph.orchid.directory.DirectoryImpl loadFromStore
INFO: Loading microdescriptor cache
Jan 14, 2017 11:58:52 AM com.subgraph.orchid.directory.DirectoryImpl loadFromStore
INFO: loading state file
>>> [ 80% ]: Connecting to the Tor network
>>> [ 85% ]: Finished Handshake with first hop
>>> [ 90% ]: Establishing a Tor circuit
>>> [ 100% ]: Done
Tor is ready to go!

I tried adding the proxy settings through WebHarvest > Settings and at the command line with parameters proxyhost=127.0.0.1 proxyport=9050. When running the application, the connection doesn't seem to go through the proxy.

Any help would be greatly appreciated.

Regards,

M.