Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] SPDY Implementation

Hi,
I hope this is the right mailinglist for that:
I started to use the SPDY API of Jetty, configured the keystore and truststore and the ssl connection is estabished. But I don't get a good response. If I request encrypted.google.com for example the response is:
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 400 (Bad Request)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}
</style>
<a href=//www.google.com/><img src=//www.google.com/images/errors/logo_sm.gif alt=Google></a>
<p><b>400.</b> <ins>That’s an error.</ins>
<p>Your client has issued a malformed or illegal request. <ins>That’s all we know.</ins>

On the error logs of localhost if I request a local website with the SPDY API: [error] [client 127.0.0.1] [stream 1] [1635:1643:ERROR:spdy_to_http_filter.cc(275)] Could not generate request line from SYN_STREAM frame in stream 1

Maybe the headers aren't transmitted correctly?

Regards
Erik


Back to the top