When i change the
Host Header of the Website, the Site also changes in Sharepoint
Configuration. But when i change the website host header and i use ssl then
in Sharepoint Configuration the hostname ist displayed.

Example:
Host Header = intranet.domain.com -> Sharepoint changes to
http://intranet.domain.com
Host Header with SSL required = intranet.domain.com -> Sharepoint changes to
https://servername

The main problem is that the webparts do not function any more because they
where not seen as trusted. When i switch back to http everything works fine.

Greetings
neppoz

RE: SSL and Sharepoint Services by ReneeDD

ReneeDD
Mon Aug 14 11:16:02 CDT 2006

Neppoz,

I had a similar issue. We worked around it by installing the web part on an
HTTP site and then exported it as a DWP. On the HTTPS site, import the DWP
and copy the "SafeControl" lines from the web.config of the HTTP site to the
HTTPS site.

Your webpart should work now.

ReneeDD

"neppoz" wrote:

> When i change the
> Host Header of the Website, the Site also changes in Sharepoint
> Configuration. But when i change the website host header and i use ssl then
> in Sharepoint Configuration the hostname ist displayed.
>
> Example:
> Host Header = intranet.domain.com -> Sharepoint changes to
> http://intranet.domain.com
> Host Header with SSL required = intranet.domain.com -> Sharepoint changes to
> https://servername
>
> The main problem is that the webparts do not function any more because they
> where not seen as trusted. When i switch back to http everything works fine.
>
> Greetings
> neppoz
>
>