Comment #12 on issue 14539 by michal.b...@gmail.com: Linux: cannot open any  
HTTPS page (https proxy related?)
http://code.google.com/p/chromium/issues/detail?id=14539

For me, the simplest HTTPS page loads in 60 seconds (r19478).
This is wireshark dump of a session (filtered communication with proxy, ant  
http or
ssl packets only; edited private data; webpage a primitive ~50 bytes google  
app
engine html page at appspot.com, with https enabled):

Time       Source      Destination  Protocol  Info
  0.000000  $CLIENT_IP  $PROXY_IP    HTTP      CONNECT $HOST:443 HTTP/1.1
  0.012505  $PROXY_IP   $CLIENT_IP   HTTP      HTTP/1.1 200 Connection  
established
  0.013659  $CLIENT_IP  $PROXY_IP    TLSv1     Client Hello
  0.027579  $PROXY_IP   $CLIENT_IP   TLSv1     Server Hello, Certificate,  
Server Hello
Done
  0.029408  $CLIENT_IP  $PROXY_IP    TLSv1     Client Key Exchange, Change  
Cipher
Spec, Encrypted Handshake Message
  0.039959  $PROXY_IP   $CLIENT_IP   TLSv1     Encrypted Handshake Message,  
Change
Cipher Spec, Encrypted Handshake Message
60.127102  $CLIENT_IP  $PROXY_IP    TLSv1     Application Data
60.290823  $PROXY_IP   $CLIENT_IP   TLSv1     Application Data, Application  
Data

Following is the same session in r17161, where the page loads immediately:
Time       Source      Destination  Protocol  Info
  0.000000  $CLIENT_IP  $PROXY_IP    HTTP      CONNECT $HOST:443 HTTP/1.1
  0.010218  $PROXY_IP   $CLIENT_IP   HTTP      HTTP/1.1 200 Connection  
established
  0.074555  $CLIENT_IP  $PROXY_IP    TLSv1     Client Hello
  0.085398  $PROXY_IP   $CLIENT_IP   TLSv1     Server Hello, Certificate,  
Server Hello
Done
  0.102589  $CLIENT_IP  $PROXY_IP    TLSv1     Client Key Exchange, Change  
Cipher
Spec, Encrypted Handshake Message
  0.113068  $PROXY_IP   $CLIENT_IP   TLSv1     Encrypted Handshake Message,  
Change
Cipher Spec, Encrypted Handshake Message
  0.113590  $CLIENT_IP  $PROXY_IP    TLSv1     Application Data
  0.247801  $PROXY_IP   $CLIENT_IP   TLSv1     Application Data
  0.247964  $PROXY_IP   $CLIENT_IP   TLSv1     Application Data
  0.368701  $CLIENT_IP  $PROXY_IP    TLSv1     Application Data
  0.501762  $PROXY_IP   $CLIENT_IP   TLSv1     Application Data, Application  
Data



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to