9front - general discussion about 9front
 help / color / mirror / Atom feed
From: cinap_lenrek@felloff.net
To: 9front@9front.org
Subject: Re: [9front] tls boot
Date: Fri, 20 May 2016 18:37:13 +0200	[thread overview]
Message-ID: <18af3e8a878539681255d6aeb1c0667c@felloff.net> (raw)
In-Reply-To: <D9F220C6-F490-43B8-BB9C-37669F97F0C8@stanleylieber.com>

this looks like the connection was hung up (end of file?), check
on a terminal if the service actually works.

on the server, you have the listen script /rc/bin/service/tcp17020
which after setting up the encrypted connection, relays the data
to the file service like this:

term% cat /rc/bin/service/tcp17020
#!/bin/rc
exec tlssrv -A /bin/aux/trampoline 'net!$fs!9fs'

so, make sure this works:

9fs 'net!$fs!9fs'

maybe your fileserver is not listening, or ndb doesnt have a fs=
attribute for the host or the ipnet.

if that works, you can test tls like this:

tlsclient -D -a 'tcp!$fs!t9fs'

you should get something like:

tlsclient:  tls reports send HFinished
8e014f107891c0c5bc9dacd1

tlsclient:  tls reports recv HFinished
584b5dd27ac07df2f8d0b74d

ps: your screenshot is truncated again.

--
cinap


  reply	other threads:[~2016-05-20 16:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-20 16:10 stanley lieber
2016-05-20 16:37 ` cinap_lenrek [this message]
2016-05-20 17:29   ` [9front] " stanley lieber
2016-05-20 19:02     ` cinap_lenrek
2016-05-20 19:10       ` stanley lieber
2016-05-21  3:37   ` sl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18af3e8a878539681255d6aeb1c0667c@felloff.net \
    --to=cinap_lenrek@felloff.net \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).