GyroGearl00se / SolaceWebClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SolaceWebClient

Description

The Solace Web Client is using the .NET (C#) library and offers Queue browsing, Publish & Subscribe.

Secure Connection (TLS)

To validate secure connections (tcps://) mount the certificate(s) from your desired endpoint(s) in the "/app/trustedca" directory.

By default the checkbox for TCPS connection is checked. To use it for nonSSL endpoints simply uncheck it.

NOT RECOMMENDED - You can also uncheck "SSL Verify" to skip SSL validation.

Docker

docker run -d -p 8080:8080 gyrogearl00se/solacewebclient:latest

For TCPS connections
docker run -d -p 8080:8080 -v $(pwd)/certs:/app/trustedca gyrogearl00se/solacewebclient:latest

About


Languages

Language:HTML 44.5%Language:C# 41.1%Language:CSS 12.9%Language:Dockerfile 1.5%