I'm looking through docs for the Secure Profile, c...
# adobe
p
I'm looking through docs for the Secure Profile, couple questions; 1. Why is the WebSocket Server disabled? What is the security concern? 2. Data Sources, disables Stored Procedures, can I re-enable that afterwards?
d
Unless you need it, there is no reason to run the websocket server. Yes, you can re-enable stored procedures later in the advanced config screen for the datasource.
p
WebSockets is something I wanted to look into, so I just don't want to limit that possibility. 🤷‍♂️ Stored Procedures is something we currently use for a few Data Sources.
d
Play with it in local dev or a dev server. If you end up using it you can turn it on in your production server. Just don't have it on because you "might" use the feature some day.
p
Sure, I get it, but the Secure Profile won't force it to be disabled, correct?
d
Enabling secure profile just turns on/off a bunch of settings. You can further change those later if you wish.
p
Okay, thanks.