Does Muse have support for SSL? At the least, it would be nice to have
an easy way to update the URI in an EPR to have the prefix "https"
instead of "http". I'm not sure if it's easier for me to create the
util, or to have it in Muse. I would assume the rest of the work isn't
in Muse's domain? We have two scenarios:
1) SSL is used directly between the client and the server hosting the
Muse app. So the client must connect using "https", and the app must
return an EPR containing "https".
2) SSL is used between the client and the webserver, but is not used
between the webserver and the app server hosting the Muse app. So the
app will never return "https", but the webserver has the responsibility
for converting to "https" to the client, and to back to "http" from the
client.