Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • It's a renegotiation case. i.e. www.myhost.com is 1 way ssl, but www.myhost.com/my/resource is 2 way ssl. When I give GET /my/resource HTTP/1.1 and press enter twice, server sends back a 500 error - this doesn't happen with the browser where server asks for client certs. Any idea on why I get the 500 error? Commented Jun 30, 2014 at 17:28
  • You need the Host header with HTTP/1.1 (try HTTP/1.0 just in case perhaps). Commented Jun 30, 2014 at 18:24
  • tried both, no luck. Need to use some network sniffer to figure out what the browser passes. Commented Jul 1, 2014 at 3:36
  • The developers tools in Chrome should let you see and save that. Commented Jul 1, 2014 at 10:36