RejectedSoftware Forums

Sign up

Secure Websockets in Vibe.d

Hello Fellows!

I have successfully created an application that uses both HTTPS and and WebSockets.

Now I wish to use Secure WebSockets with vibe.d.

I tried changing the protocol at the client to wss://, but it doesn't work.

Is this already implemented in vibe.d?

Thanks!

Re: Secure Websockets in Vibe.d

On Mon, 25 Aug 2014 10:27:29 GMT, Daniel Vieira wrote:

Hello Fellows!

I have successfully created an application that uses both HTTPS and and WebSockets.

Now I wish to use Secure WebSockets with vibe.d.

I tried changing the protocol at the client to wss://, but it doesn't work.

Is this already implemented in vibe.d?

Thanks!

It seems the problem was with the utility that I was testing with.

I switched to <a href="https://pypi.python.org/pypi/websocket-client/">websocket-client</a> and it's working now.

Thanks!