sonertari / SSLproxy

Transparent SSL/TLS proxy for decrypting and diverting network traffic to other programs, such as UTM services, for deep SSL inspection
BSD 2-Clause "Simplified" License
377 stars 98 forks source link

Issue guidelines wrt to networkengineering.stackexchange.com #29

Closed sayrer closed 3 years ago

sayrer commented 3 years ago

I asked a question about this on Network Engineering, having read the guidelines here. They closed it, saying "Unfortunately, questions about hosts/servers and protocols above OSI layer-4 are off-topic here, as are product or resource recommendations. You could try to ask this question on Super User."

Confusing, since the wikipedia article says "Transport Layer Security (TLS) does not strictly fit inside the model either. It contains characteristics of the transport and presentation layers.".

sayrer commented 3 years ago

Example: https://networkengineering.stackexchange.com/questions/74482/how-can-i-use-sslproxy-to-downgrade-all-connections-to-ssl3-for-an-old-macintosh

sonertari commented 3 years ago

The Issue Guidelines of SSLproxy lists both Network Engineering and Super User. You should choose the most applicable Stack Exchange site, as the guideline clearly reads, for the issue you want to report.

Btw, you may want to use SSLsplit, not SSLproxy for the question you ask on Network Engineering. But note that protocol configuration in sslsplit is global, so it enables both clients and servers to connect to sslsplit in SSL3, if the OpenSSL or LibreSSL version compiled and rtlinked with sslsplit supports SSL3 (HAVE_SSLV3). In other words, there is no configuration applied only to client or server side.

sayrer commented 3 years ago

Yeah, I caught that and guessed wrong. They just made it sound like SSLproxy questions would never be applicable.