aleksandr

Results 10 comments of aleksandr

@abbra Hello! Is there progress?

> You can try the Passthrough option (the -P option), [globally](https://github.com/sonertari/SSLproxy/blob/9879c7ba498efa44564a6d090d47f1aacea3ca46/src/sslproxy.conf#L60), per [proxyspec](https://github.com/sonertari/SSLproxy#proxy-specifications), or per [filter rule](https://github.com/sonertari/SSLproxy?tab=readme-ov-file#filtering-rules). But it may or may not cover all the error conditions you want....

> [On certain ssl errors, the passthrough mode passes those connections through](https://github.com/sonertari/SSLproxy/blob/9879c7ba498efa44564a6d090d47f1aacea3ca46/src/protossl.c#L1561), which can be considered dynamic. But sslproxy does not have the config reload that you describe. And [here](https://github.com/sonertari/SSLproxy/blob/9879c7ba498efa44564a6d090d47f1aacea3ca46/src/protossl.c#L1713)...

and I want to process the rest of the traffic as before, via the SSL protocol.

> [On certain ssl errors, the passthrough mode passes those connections through](https://github.com/sonertari/SSLproxy/blob/9879c7ba498efa44564a6d090d47f1aacea3ca46/src/protossl.c#L1561), which can be considered dynamic. But sslproxy does not have the config reload that you describe. And [here](https://github.com/sonertari/SSLproxy/blob/9879c7ba498efa44564a6d090d47f1aacea3ca46/src/protossl.c#L1713)...

![image](https://github.com/user-attachments/assets/ecf367ef-6ecc-4237-85cc-8697e95878a6) I want to delete this connection here. To record what happened.

I use as a divert, a regular echo-tcp-server (listens to 127.0.0.1 8080), which sends (write) what it receives. It writes information to the same connection that it received. The problem...

can i transfer all child connections to parent connections when i use divert? That is, I want to remove child connections, but keep all divert functions

> It's way more complicated than what you think. That would be a very different project. What should I know when performing this task that you could share? I'm currently...

and another question. Can I add a divert branch in split mode?