Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] SSL WebSocket Jetty with Geo Trust Certificate

First, lets fix the obvious.

Secure websocket with _javascript_ is "wss://" not "ws://"

Does that improve things?

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts

On Tue, Dec 9, 2014 at 4:37 AM, Victor Garcia <tronab@xxxxxxxxxxx> wrote:
Hi! I'm trying to do a Secured Web Socket with Jetty using a geo trust certificate, I have a .csr with my url and two .crt's from geotrust, then i have to do a jks to use with jetty web socket, but nothing happens. 
I've used this link: http://www.geotrust.eu/en/support/manuals/java/java+based+webserver/keytool+commands/ to do the .jks and I've gotten it to work with a java jetty client, but nothing happen using _javascript_ with "ws://...".

Any idea??? I'm desperate!!
Thanks in advance!

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top