Hi,<div><br></div><div>No problems.  Please outline:</div><div><br></div><div>1. What you are trying to do?   </div><div><br></div><div>If you are running the server sample in org.jboss.netty.example.http.websocketx.server.WebSocketServer, you should be able to point your browser to <a href="http://localhost:8080">http://localhost:8080</a>.</div>
<div><br></div><div>2. What errors are you getting?  Can you post a bit more code so we can get some context.</div><div><br></div><div><br></div><div>Regards</div><div>Vibul</div><div><br><div class="gmail_quote">On 31 October 2011 18:35, Tamirk <span dir="ltr">&lt;<a href="mailto:tamirklein@hotmail.com">tamirklein@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Vibul,<br>
<br>
Yes I&#39;m using this example and it&#39;s working great!!!<br>
<br>
// Handshake<br>
WebSocketServerHandshakerFactory wsFactory = new<br>
WebSocketServerHandshakerFactory(<br>
this.getWebSocketLocation(req), null, false);<br>
this.handshaker = wsFactory.newHandshaker(ctx, req);<br>
if (this.handshaker == null) {<br>
wsFactory.sendUnsupportedWebSocketVersionResponse(ctx);<br>
} else {<br>
this.handshaker.executeOpeningHandshake(ctx, req);<br>
}<br>
return;<br>
<br>
<br>
My problem is when I try to connect to wss://localhost:8080/websocket I<br>
failed to get a connection.<br>
<br>
I tried several approaches but nothing is working out of the box :(<br>
<br>
Can you direct me how to resolve this.<br>
<br>
Cheers,<br>
<br>
Tamir<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/WSS-with-Draft10-Support-tp6945374p6947226.html" target="_blank">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/WSS-with-Draft10-Support-tp6945374p6947226.html</a><br>

</font><div><div></div><div class="h5">Sent from the Netty User Group mailing list archive at Nabble.com.<br>
_______________________________________________<br>
netty-users mailing list<br>
<a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/netty-users" target="_blank">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>
</div></div></blockquote></div><br></div>