Re: [winswitch] Disable TCP on systemd socket activation

2020-11-24 Thread Michael Cronenworth via shifter-users
On 11/24/20 8:56 AM, Antoine Martin via shifter-users wrote: Try replacing "--tcp-auth=$TCP_AUTH" with "--wss-auth=sys" We could make this the default too I guess - though it may be confusing to see an auth option defined for a socket type that isn't used by default. Setting wss-auth allows lo

Re: [winswitch] Disable TCP on systemd socket activation

2020-11-24 Thread Antoine Martin via shifter-users
(..) > I tested the 4.1 beta packages and the feature works as intended, but I > am unable to login to a session. > > I only appended XPRA_SD_SOCKET_TYPE=wss to /etc/sysconfig/xpra and > restarted xpra. > > HTTP connections are dropped. HTTPS connections succeed. That's expected: the socket is no

Re: [winswitch] Disable TCP on systemd socket activation

2020-11-24 Thread Michael Cronenworth via shifter-users
On 11/24/20 8:11 AM, Antoine Martin via shifter-users wrote: Version 4.0.5 is the latest stable release. Beta builds can be found here: https://xpra.org/beta/ Once the fix is verified, please comment in that ticket and I will backport this change to the stable versions. Duh. :( I tested the 4

Re: [winswitch] Disable TCP on systemd socket activation

2020-11-24 Thread Antoine Martin via shifter-users
On 24/11/2020 04:49, Michael Cronenworth via shifter-users wrote: > On 10/23/20 4:05 AM, Antoine Martin via shifter-users wrote: >> Right. >> Based on your request, I have just added a simple way to make this work: >> https://www.xpra.org/trac/ticket/2914 >> >> You can grab the latest centos8 beta

Re: [winswitch] Disable TCP on systemd socket activation

2020-11-23 Thread Michael Cronenworth via shifter-users
On 10/23/20 4:05 AM, Antoine Martin via shifter-users wrote: Right. Based on your request, I have just added a simple way to make this work: https://www.xpra.org/trac/ticket/2914 You can grab the latest centos8 beta builds which have this change already included. I tested this today using the

Re: [winswitch] Disable TCP on systemd socket activation

2020-10-23 Thread Michael Cronenworth via shifter-users
On 10/23/20 4:05 AM, Antoine Martin via shifter-users wrote: Right. Based on your request, I have just added a simple way to make this work: https://www.xpra.org/trac/ticket/2914 You can grab the latest centos8 beta builds which have this change already included. Great! Thank you!

Re: [winswitch] Disable TCP on systemd socket activation

2020-10-23 Thread Antoine Martin via shifter-users
On 23/10/2020 03:39, Michael Cronenworth via shifter-users wrote: > Hi, > > I'm using the Xpra 4.x packages from the official Xpra repo on RHEL 8. > I'm also using the provided systemd socket and service. This enables the > listening socket at port 14500 to respond to plain TCP and SSL requests. >

[winswitch] Disable TCP on systemd socket activation

2020-10-22 Thread Michael Cronenworth via shifter-users
Hi, I'm using the Xpra 4.x packages from the official Xpra repo on RHEL 8. I'm also using the provided systemd socket and service. This enables the listening socket at port 14500 to respond to plain TCP and SSL requests. I would like to disable support for plain TCP, but I do not see a combina