1 CONSOLE ERROR: [blocked] The page at 'https://127.0.0.1:8443/websocket/send-empt
y.html' was loaded over HTTPS, but ran insecure content from 'ws://127.0.0.1:888
0/echo': this content should also be loaded over HTTPS.
2
3 CONSOLE ERROR: line 14: Uncaught SecurityError: Failed to construct 'WebSocket':
An insecure WebSocket connection may not be initiated from a page loaded over H
TTPS.
4 This test opens a HTTPS window that creates an insecure WebSocket connection. We
should trigger a mixed content callback because the main frame in the window is
HTTPS but is trying connecting to an insecure WebSocket server.
Issue 222153002: Disallow connecting an insecure WebSocket from a secure page.
(Closed)
Created 6 years, 8 months ago by tyoshino (SeeGerritForStatus)
Modified 6 years, 7 months ago
Reviewers: yhirano
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 6