MicroStrategy ONE
Testing SSL Access
Perform the following steps to test SSL access to Web and Web Services.
To Test SSL Access to Web and Web Services
- In your browser, enter the URL to access Web and Web Services. By default, these are:
- Web (ASP.NET):
http://
hostname
/MicroStrategy/asp/
, wherehostname
is the name of the server that Web is running on. - Web (J2EE):
http://
hostname
/MicroStrategy/servlet/mstrWeb
, wherehostname
is the name of the server that Web is running on. - Web Services:
http://
hostname
/MicroStrategyWS/MSTRWS.asmx
, wherehostname
is the name of the server that Web Services is running on.
An error page should be displayed, with a 403.4 error indicating that SSL is required to access the page.
- Web (ASP.NET):
- In the above URLs, replace
http://
withhttps://
. After a short delay, Web should open, or the Web Services method list should be displayed (as applicable), indicating that the SSL access is working.