SSLPlugin.html 947 B

12345678910111213141516171819202122232425262728293031323334
  1. <h3>3proxy SSL/TLS plugin</h3>
  2. Plugin can be used to transparently decypher SSL/TLS data. Plugin should never be used in production environment due to
  3. potential securiy reasons.
  4. <pre>
  5. ssl_certcache PATH_TO_CACHE
  6. ssl_mitm
  7. ssl_nomitm
  8. </pre>
  9. ssl_certcache - path to certificates cache. For transparent spoofing cache must contain 3 files: 3proxy.pem - public
  10. self-signed certificates, 3proxy.key - key for public certificates, server.key - this key will be used to generates
  11. spoofed certificates.
  12. Generated certificates will be placed to the same path.
  13. <br>ssl_mitm - spoof certificates for services started below
  14. <br>ssl_nomitm - do not spoof certificates for services started below
  15. <h4>Example:</h4>
  16. <pre>
  17. plugin /path/to/SslPlugin.dll ssl_plugin
  18. ssl_certcache /path/to/cache/
  19. ssl_mitm
  20. proxy -p3128
  21. ssl_nomitm
  22. proxy -p3129
  23. </pre>
  24. <h4>Download:</h4>
  25. <ul>
  26. <li>Plugin included into 3proxy 0.8
  27. </ul>
  28. &copy; Vladimir Dubrovin, License: BSD style