If I try to deploy report solution to SSL site which I do not trust
(certificate not in Trusted Root) the deployment will fail.
It would be better to pop-up the dialog to choose to trust or not (like the
dialog in IE).Hi Dinko:
I take it you are deploying with the web service? It's a pain, but you
can create a class implementing the ICertificatePolicy class to
determine what certificates you'll allow your script / application to
trust.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemneticertificatepolicyclasstopic.asp
--
Scott
http://www.OdeToCode.com/blogs/scott/
On Tue, 2 Nov 2004 14:29:34 +0100, "Dinko Deranja" <dd@.dd.dd> wrote:
>If I try to deploy report solution to SSL site which I do not trust
>(certificate not in Trusted Root) the deployment will fail.
>It would be better to pop-up the dialog to choose to trust or not (like the
>dialog in IE).
>
Showing posts with label ssl. Show all posts
Showing posts with label ssl. Show all posts
Thursday, March 22, 2012
BUG?: Deploy to non-trusted SSL site will fail
Sunday, February 19, 2012
broken links when using https://
Hi,
My reports are hosted on a secure website (SSL). Most of the pages
appear just fine, but the 4 links in the top-right corner of the screen
("Home", "My Subscriptions", "Site Settings", "Help") are broken as
they are referring to pages using http:// when of course they should be
using https://
For example, the HTML for the "My Subscriptions" link looks like this:
<a
href="http://links.10026.com/?link=http://dub-mis-001/Reports/Pages/Subscriptions.aspx">My Subscriptions</a>
But it should look like this:
<a
href="http://links.10026.com/?link=https://dub-mis-001/Reports/Pages/Subscriptions.aspx">My Subscriptions</a>
I'm aware that this porblem has been mentioned a number of times
previously in this group, but nobody seems to have a solution?
Is there way I can "change" the HTML that is generated so that the
links use https:// or relative addressing?
Best Wishes,
DonAlternatively, is there any way to remove these links?
Cheers,
Don
My reports are hosted on a secure website (SSL). Most of the pages
appear just fine, but the 4 links in the top-right corner of the screen
("Home", "My Subscriptions", "Site Settings", "Help") are broken as
they are referring to pages using http:// when of course they should be
using https://
For example, the HTML for the "My Subscriptions" link looks like this:
<a
href="http://links.10026.com/?link=http://dub-mis-001/Reports/Pages/Subscriptions.aspx">My Subscriptions</a>
But it should look like this:
<a
href="http://links.10026.com/?link=https://dub-mis-001/Reports/Pages/Subscriptions.aspx">My Subscriptions</a>
I'm aware that this porblem has been mentioned a number of times
previously in this group, but nobody seems to have a solution?
Is there way I can "change" the HTML that is generated so that the
links use https:// or relative addressing?
Best Wishes,
DonAlternatively, is there any way to remove these links?
Cheers,
Don
Subscribe to:
Posts (Atom)