[gnutls-devel] GnuTLS | gnutls-cli cannot specify server name while doing xmpp starttls (#777)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed May 29 18:50:24 CEST 2019




I don't think so:

```
starttls: sending: <stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='jabber.mydomain.com' version='1.0'>
starttls: waiting for: "<?"
starttls: received: <?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='2402702745' from='mydomain.com' xml:lang='en'><stream:error><host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'></host-unknown></stream:error></stream:stream>
starttls: sending: <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
starttls: waiting for: "<proceed"
error receiving '<proceed': Timeout
```

The acceptable first msg should be:

```
starttls: sending: <stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' to='mydomain.com' version='1.0'>
```

Notice to='mydomain.com'

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/777#note_175937745
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190529/05f4c936/attachment.html>


More information about the Gnutls-devel mailing list