This is a migrated thread and some comments may be shown as answers.

Feedback Portal SSL

4 Answers 94 Views
Idea and Feedback Management
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Adam
Top achievements
Rank 1
Adam asked on 22 Jan 2013, 04:41 AM
Hi All,

hopefully someone can point me in the right direction,

im wanting to update the feedback portal to be SSL only, ive updated iis without an issue, but the URLs generated in teampulse are still just http:// cant seem to locate a setting in the web.config of either application, ive also had a browse through the database and cant spot anything apparent in there

i know i can force the redirect in IIS from http to https but was hopeful of not requiring that.

anyone done this before?

Regards,
Adam

4 Answers, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 22 Jan 2013, 12:34 PM
Hello Adam,

You can find the information that you need in this article.

If you have any other questions, you can ask us any time.

Kind regards,
Ivan
the Telerik team
0
Adam
Top achievements
Rank 1
answered on 23 Jan 2013, 12:33 AM
thanks for the response Ivan,

i did follow that article which got my teampulse install up and running,

the issue is with the Feedback portal,

from within team pulse the url for the portal is still http:// which i cant find where it can be changed (screen grab of the area attached)

once loaded if the url is manually changed to https then it all works ok.



also, in regards to that article, it needs a slight tweak, it says there are 3 simple changes then references the list of 4...


Regards,
Adam
0
Accepted
Ivan
Telerik team
answered on 23 Jan 2013, 02:29 PM
Hi Adam,

The setting that you search for is defined in the TeamPulse Web.config file. You can change it as follows:

<appSettings>
<add key="FeedbackPortalURL" value="https://servername/FeedbackPortal/Project/" />
</appSettings>

Regards,
Ivan
the Telerik team
0
Adam
Top achievements
Rank 1
answered on 29 Jan 2013, 12:05 PM
Thanks Ivan

that was it.

Regards,
Adam
Tags
Idea and Feedback Management
Asked by
Adam
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Adam
Top achievements
Rank 1
Share this question
or