Soner Tari
Soner Tari
Since I did not know how you tested, I asked about the routing table on the client side, I guess that's not the issue. Well, I guess my comments were...
Btw, another further comment, I always thought that the OpenVPN feature on UTMFW would be used to connect two UTMFW systems at remote locations, such as two offices of a...
For ether lookup to succeed, 10.1.1.2 must be reachable on ue0. Can you make sure it is: `ping -I ue0 10.1.1.2`
You sound like you know what you are doing, but what happens if you use the -S option on FBSD: `ping -S 10.1.1.2` Currently sslsplit does not support an ether...
Give it to my ignorance, but I don't understand the following lines in the ifconfig output for the ue0 interface: > inet 10.1.1.1 netmask 0xffffff00 broadcast 10.1.1.255 > inet 10.1.1.2...
Another reason that I couldn't review your pr is that I divert HTTP traffic to the E2Guardian web filter on my UTMFW project using SSLproxy. In fact, I have developed...
The submission port requires autossl proxyspec. See the [sslproxy and pf configuration on UTMFW](https://github.com/sonertari/UTMFW/tree/master/config/etc) for examples. And my comments on [your previous issue](https://github.com/sonertari/SSLproxy/issues/60) for enabling DEBUG_PROXY apply here as well.
Do you have any problems with the autossl proxyspec now?
You should inspect the logs with the -D4 option (the logs you have provided above do not have anything relevant).
I don't know why you cannot get verbose logs with -D4. I don't have any idea without those logs. Remind you that first you said that smtp and smtps proxyspecs...