Skip to content

Websocket connection one event behind #8

Open
@Sp1l

Description

@Sp1l

Apache 2.4.63
mod_http2 2.0.31
mod_tls 0.14.0
rustls 0.14.0 and 0.15.0 (both tested)

Website seems to work fine otherwise, but has a problem with one app. It is a terminal via a web-UI using python and term.js. It uses websockets.

Running the same config with mod_ssl and OpenSSL 3.x works fine. When using mod_tls, every keystroke is hidden. Upon hitting the next key, the character appears.

<Location "/webcli/">
    AuthType Digest
    AuthName "webcli"
    AuthUserFile "htdigest.user"
    Require valid-user
    ProxyPreserveHost on
    ProxyPass        http://127.0.0.1:8080/webcli/ upgrade=websocket
    ProxyPassReverse http://127.0.0.1:8080/webcli/
</Location>

First time ever I'm trying to debug some webapp using websockets, tips appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions