SSL over HTTP vs TCP?

Does eventstore support https? I can configure the TCP port to run SSL, but can’t find the equivalent option for the HTTP interface.

Any feedback from this? We’re looking at this too right now.

Yes it does. Are you in windows or linux? There are discussions on
wiki about setting up certs etc.

We are looking at info about the SSL certificate here: https://github.com/EventStore/EventStore/wiki/Setting-Up-SSL-In-Windows

But, we weren’t sure about how to set the port. The example has:

Httpcfg.exe set ssl -i 0.0.0.0:999 -h

If we wanted 2113 to be https instead of http, would we just do

Httpcfg.exe set ssl -i 0.0.0.0:2113 -h

?

Yes its the same as configuring any http listener.

Cheers,

Greg