Difference between revisions of "Proxy and SSL Decryption"

From LCLS-II testing
Jump to navigation Jump to search
m (Wmoore moved page Proxy / SSL Decryption to Proxy and SSL Decryption without leaving a redirect)
m
Line 4: Line 4:
 
All internet traffic is proxied.  The environment variables on Linux should be set be default, but not all commands/tools use that setting.
 
All internet traffic is proxied.  The environment variables on Linux should be set be default, but not all commands/tools use that setting.
  
http_proxy=http://jprox.jlab.org:8081
+
<nowiki>http_proxy=http://jprox.jlab.org:8081</nowiki>
  
https_proxy=https://jprox.jlab.org:8081
+
<nowiki>https_proxy=https://jprox.jlab.org:8081</nowiki>
  
 
== SSL Decryption ==
 
== SSL Decryption ==
  
 
Almost all SSL traffic is decrypted and reencrypted.  This can cause problems, mostly warnings about the certificates not matching.
 
Almost all SSL traffic is decrypted and reencrypted.  This can cause problems, mostly warnings about the certificates not matching.

Revision as of 11:17, 26 April 2018

Proxy Settings

All internet traffic is proxied. The environment variables on Linux should be set be default, but not all commands/tools use that setting.

http_proxy=http://jprox.jlab.org:8081

https_proxy=https://jprox.jlab.org:8081

SSL Decryption

Almost all SSL traffic is decrypted and reencrypted. This can cause problems, mostly warnings about the certificates not matching.