-
### Discussed in https://github.com/webdriverio/webdriverio/discussions/13819
Originally posted by **paussita22** October 28, 2024
Hi,
I'm trying to run GeoEdge proxy on a test that is using…
-
I am setting up a Suricata inline IDPS with AF-PACKET. It is a 3 network interfaces device, two of the interfaces are without IP address and the other one is for management purpose. The two network …
-
uname
13~22.04.1-Ubuntu
SSLProxy version
SSLproxy v0.9.4 (built 2023-09-28)
NAT redirection rule
-A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 8443
Current Listener and po…
-
Hello, is it possible to make suricata-ids read the sslproxy header, to identify the source and destination correctly?
Best regards;
Primmus
-
Hello
I want to mirror only decoded (HTTP) packets that act as a fully transparent proxy for sslproxy.
(sslproxy operates in an inline mode, such as a bridge, not a router or gateway)
client(HT…
-
Sorry, it is not a bug but just a question for how to generate cert and key on the fly with -W? I tried many ways but no success. Thanks.
-
I am trying to decrypt thunderbird traffic at SMTP port 587, but it doesn't work. Although, SMTP 465 decrypts just fine.
- Output of `sslproxy -V`
```
SSLproxy v0.9.4-17-g0e8e2c3-dirty (built…
-
Hello
Is it possible to use SSLproxy in the following scenario:
- Client sends a TLS 1.3 ClientHello
- SSLproxy transparently intercepts the request, downgrade to TLS 1.2 and forwards it to the …
-
Hello,
as the default ca.crt doesn't seem to work when installing as trusted root in Ubuntu, I tried changing the certs in SSLProxy to the ones I know that worked with SSLsplit (and therefore I guess…
-
Trying to keep my http headers as clean as possible, but always can see `sslproxy` header, finally just disabled it in the code:
```
+++ src/protohttp.c
@@ -612,11 +612,13 @@ protohttp_filter_reque…