HTTPS intercept
        Posted  
        
            by 
                Adrian
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adrian
        
        
        
        Published on 2011-11-28T09:34:55Z
        Indexed on 
            2011/11/28
            9:52 UTC
        
        
        Read the original article
        Hit count: 346
        
I don't know much about SSL, but I've read something and I was wondering if it's possible to intercept the communication between client and server (for example, a company can monitor employees data transfer?). I thought it was a difficult task, but it looks like that it is very simple. When a client requests a https connection the router can be instructed to intercept the key exchange and send to the server and the client it's own public keys (further it can encode/decode the hole traffic). Is it true, or I'm misunderstanding something?
© Stack Overflow or respective owner