Using Autobahn wstest on a reverse proxy

Greetings,
I’m a first time Autobahn user.
I want to use wstest on WebSocket implementation in a reverse proxy:
fuzzingclient <=> ReverseProxy <=> testeeserver
The reverse proxy config:

  • Virtual server = 10.1.0.5:80
  • Backend server = 10.6.0.100:80

I’d like some help with creating the json files on both sides, please.
Also, any autobahn/wstest info that maybe peculiar to a reverse proxy will be appreciated.

Thanks,
Harry

hi,

hope the below stuff may help you but not sure,

https://autobahn.readthedocs.io/en/latest/websocket/programming.html

Thanks.
I got the wstest through a reverse-proxy working in port 8080.

However, not with SSL. Will ask about this on another thread.