Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control is not trusted #50

Closed
clifq opened this issue Apr 10, 2018 · 11 comments
Closed

Control is not trusted #50

clifq opened this issue Apr 10, 2018 · 11 comments

Comments

@clifq
Copy link

clifq commented Apr 10, 2018

We have version 1.0.19 installed on-prem and we are getting this message in Chrome and IE:
"vsts-extensions-multivalue-control by ms-devlabs is taking longer than expected to load.Learn More about this extension, including available support options."
IE displays an additional message for a few seconds:
"Only secure content is displayed" with a button to "Show all content" and clicking the button allows the control to display and work great.
Chrome does not display any additional message boxes and the control never loads. I assume due to the same trust issue.

Is there any way to get the control recognized as secure so that my 50 users don't have to use IE and click that button?

@mmanela
Copy link
Contributor

mmanela commented Apr 10, 2018

This typically happens when you have the control loading on HTTP and the site parent site loading on HTTPS, I think. Can you share a fiddler of the network when loading the form?

@clifq
Copy link
Author

clifq commented Apr 10, 2018

OK, I'll get that.

@clifq
Copy link
Author

clifq commented Apr 11, 2018

I have not used Fiddler before so I hope this is what you are asking for
MultiSelectControlNotTrusted.txt

@mmanela
Copy link
Contributor

mmanela commented Apr 11, 2018

There is a way to save a session so we can see the total traffic. This would result in an .SAZ file. In addition you first need to do this:
Tools > Options > HTTPS > Decrypt HTTPS traffic option so we can see what is happening.

Then start fiddler (or if already running clear the log), then open the form to repro the issue then save session and send to me.

(If you don't want to share on github you can email me at my github name at microsoft.com)

@clifq
Copy link
Author

clifq commented Apr 11, 2018

ok, I'll get the different output and send it to you directly, thanks.

@clifq
Copy link
Author

clifq commented Apr 12, 2018

Sent

@mmanela
Copy link
Contributor

mmanela commented Apr 15, 2018

@clifq Thanks for sending, in your fiddler trace I don't see any of the calls that the contribution should make.

Do you know what your public access url is set to in TFS management studio?

@ndc
Copy link

ndc commented May 14, 2018

Happened to us as well. Public access url is set to HTTPS with full domain, but error in console said:
Mixed Content: The page at 'https://myserver.mydomain.com/tfs/mycol/myproj/myteam/_backlogs/board/Backlog%20items' was loaded over HTTPS, but requested an insecure resource 'http://myserver:8080/tfs/_apis/public/gallery/publisher/ms-devlabs/extension/vsts-extensions-multivalue-control/1.0.19/assetbyname/dist/multivalue.html'. This request has been blocked; the content must be served over HTTPS.

Control version 1.0.19. TFS version 16.122.27409.2.

@clifq
Copy link
Author

clifq commented May 15, 2018

My Public access url is also set to HTTPS.
I have tried uploading the control on both secure and insecure pages.
https://myserver:443/_gallery/manage and http://myserver:80/_gallery/manage

@clifq
Copy link
Author

clifq commented May 18, 2018

I've tried installing it on the HTTP site and HTTPS site if that matters.
The only way I can get it to load on a work item without having to "Show all content" is if I make sure it loads from an HTTP site into an HTTP site.
If HTTPs is involved at all it won't load without clicking the "Show All Content"

@ostreifel
Copy link
Contributor

Closing due to inactivity, please open another issue if more information is discovered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants