Hi,

Some follow-up on fixing Orchid.

AFAIK Orchid connects one of dir auths and sends a (variable length)
VERSIONS cell, which seems to be correct.  After a while, the
connection to the dir auth is closed and gets:

2018-11-18 14:55:18,919 DEBUG - ConnectionImpl - Closing connection to !bastet!
connectionControlCells.take = Cell: circuit_id=0 command=0 payload_len=3

I think command=0 is weird (padding?), but I don't know what is
supposed to be.  Appreciate any hints.

Best regards,
MH
2018年11月9日(金) 10:16 Masayuki Hatta <[email protected]>:
>
> Hi, thanks for the comment!
>
> Orchid sends "3".
>
> In src/main/java/com/subgraph/orchid/connections/ConnectionHandshakeV3.java,
>
> void runHandshake() throws IOException, InterruptedException,
> Connection IOException {
>                 sendVersions(3);
>                 receiveVersions();
>                 recvCerts();
>                 recvAuthChallengeAndNetinfo();
>                 verifyCertificates();
>                 sendNetinfo();
>         }
>
> Currently, Orchid is stuck inside receiveVersions.
>
> Best regards,
> MH
> 2018年11月9日(金) 0:14 Nick Mathewson <[email protected]>:
> >
> > On Thu, Nov 8, 2018 at 6:12 AM Masayuki Hatta <[email protected]> wrote:
> > >
> > > Hi!
> > >
> > > As I wrote here some time ago, I fixed Orchid the Java Tor, and it
> > > worked for a while.
> > >
> > > https://lists.torproject.org/pipermail/tor-talk/2018-April/044133.html
> > >
> > > Recently (I think it was around July-Aug), Orchid became unworkable
> > > again.  I'm trying to but can't figure out the cause, so I appreciate
> > > your help.
> > >
> > > Orchid's repo is here: https://github.com/mhatta/Orchid
> > >
> > > As far as I could see, now Orchid hangs because it can't receive
> > > VERSIONS cells so the first handshake with Directory Authorities can't
> > > be finished.  Some change at Dir Auths (updating new version of Tor, I
> > > guess)  might cause this, but I can't figure out which changes affect
> > > this.  Do you have any idea?
> > >
> > > Best regards,
> > What versions does Orchid send in its VERSIONS cell?
> > --
> > tor-talk mailing list - [email protected]
> > To unsubscribe or change other settings go to
> > https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
>
>
>
> --
> Masayuki Hatta
> Associate Professor, Faculty of Economics and Management, Surugadai
> University, Japan
>
> http://about.me/mhatta
>
> [email protected]  / [email protected] / [email protected] /
> [email protected]



-- 
Masayuki Hatta
Associate Professor, Faculty of Economics and Management, Surugadai
University, Japan

http://about.me/mhatta

[email protected]  / [email protected] / [email protected] /
[email protected]
-- 
tor-talk mailing list - [email protected]
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Reply via email to