🎄 Happy Holidays! 🥳

Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.

Happy Holidays!

Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.

JavaScript, Solace + SSL (HTTPS, WSS)

knightcoder
knightcoder Member Posts: 1

Hi all -
I have a web based JavaScript/React (no Node JS) app currently using the Solace JavaScript client successfuly. Due to company demands we are being told to convert to using secure connections (understandable).

I have looked at the sample below which seems to suggest you can use basic authentication while using https, wss? https://github.com/SolaceSamples/solace-samples-javascript/blob/master/src/features/SecureSession/SecureSession.js,

HOWEVER, I am being told explicitly via our inhouse solace support team that secure connections are only possible using certificate based authentication; IT IS NOT SUPPORTED with BASIC AUTHENTICATION.
Can anyone help confirm if this is indeed correct?

I don't see support from certificate based authentication for JavaScript apps except NodeJS (not an option)?

Appreciate any insight to improve my learning curve!
Regards,
K

Comments