Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Using https instead of http
syal123
Hi All,
We are upgrading Teamsite from 6.5 to 6.7.1 We want to be able to use https instead of http to access Teamsite. I tried going through the documentations and support site but did not find a proper answer on how to implement this.
Can any one please tell what would be the steps and the configuration changes needed to implement such functionality at both OS level and Teamsite level?
I will appreciate any comments.
Thanks
Environment: Solaris 10
Find more posts tagged with
Comments
syal123
Found some article
https://support.interwoven.com/kb/kb_show_article2.asp?ArticleID=49698
Is this the only thing that needs to be done to acheive what I asked for or is there something else?
just add the following lines to the `iwgethome`/iw-webd/conf/rewrite.conf.template file. Add these before and other "RewriteRule" entries. Make sure to edit the template file (not rewrite.conf). Run "iwreset -ui" to restart the web server and you should be in business (securely).
RewriteCond %{SERVER_PORT} =__IWWEBD_HTTP_PORT__
RewriteRule (.*)
https://__IWWEBD_HOST__$1
[R,L
Thanks
syal123
Can any one help on this please? Thanks
kg_brian
To run a HTTPS server you need to get a security certificate set up, and the server setup for HTTPS as you would any other webserver.
I think that article you linked just describes how to block HTTP from accessing teamsite. TeamSite itself shouldn't care/know if you are accessing it via HTTP or HTTPS... so as long as you get HTTPS setup to work and load a random test page.. you should be able to access TeamSite on it.