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

Can't contact visual server. #20

Closed
ClarkDan opened this issue Aug 10, 2016 · 17 comments
Closed

Can't contact visual server. #20

ClarkDan opened this issue Aug 10, 2016 · 17 comments
Assignees

Comments

@ClarkDan
Copy link

When trying to set this up after dragging the test visual on a report I get this error:

Can't contact visual server

Dan

@spatney
Copy link
Contributor

spatney commented Aug 10, 2016

Make sure you have the certs installed & have the server running

@ClarkDan
Copy link
Author

The certs installed correctly. This is what I get after pulling the test
visual in a report.
I followed these steps.

https://github.com/Microsoft/PowerBI-visuals-docs/blob/master/tools/DebugVisualSetup.md

[image: Inline image 1]

On Wed, Aug 10, 2016 at 2:59 PM, Sachin Patney notifications@github.com
wrote:

Make sure you have the certs
https://github.com/Microsoft/PowerBI-visuals-docs/blob/master/tools/CertificateSetup.md
installed & have the server running
https://github.com/Microsoft/PowerBI-visuals-docs/blob/master/tools/CertificateSetup.md


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#20 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMa2LJDwyi0uPchMMiKKtFYbTP4ybhbRks5qeh-LgaJpZM4JhYxS
.

@spatney
Copy link
Contributor

spatney commented Aug 10, 2016

I can't see the image. Also, are there any errors in the console?

@ClarkDan
Copy link
Author

Is the test image installed in a local directory?

On Wed, Aug 10, 2016 at 4:18 PM, Sachin Patney notifications@github.com
wrote:

I can't see the image. Also, are there any errors in the console?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#20 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMa2LLLC98C0ysSW4ghFLUuh_ml3fFJSks5qejH6gaJpZM4JhYxS
.

@spatney
Copy link
Contributor

spatney commented Aug 17, 2016

test image?

@raananzvi
Copy link
Contributor

Closing for now.

@mitagarg
Copy link

mitagarg commented Nov 2, 2016

pbiviz start throwing error ......yu must be in the root folder of the server....
Certificate "localhost" is installed under "Trusted Root Certificate", have rebooted also....not sure what else to check. Any help?

@oleg-vasilyev
Copy link

oleg-vasilyev commented May 22, 2017

@spatney, @raananzvi I had the same problem. All worked a couple of weeks ago, but now in all browsers except IE EDGE I have such a screen:
image
Reinstalling the certificate does not help.
My colleagues at work have the same problem. Please do not force us to debug in IE, it is very painful.

@Ozymandy
Copy link

@oleg-vasilyev I confirm. Have the same issue on my project right now

@ignatvilesov
Copy link
Contributor

ignatvilesov commented May 22, 2017

Please follow these steps to bypass the security issue:

  • pbiviz start
  • Open https://localhost:8080/assets/status in Google Chrome
  • Open the Advanced
  • Click the Proceed to localhost (unsafe)
  • Back to the report with your debug visual
  • Reload visual code

Please let us know if it works for you well.

@ignatvilesov ignatvilesov reopened this May 22, 2017
@oleg-vasilyev
Copy link

oleg-vasilyev commented May 22, 2017

@ignatvilesov Worked, thank you very much! Adieu, IE :D

@r-k-b
Copy link

r-k-b commented Jun 7, 2017

This info may be relevant:

To fix this, you need to supply an extra parameter to openssl when you're creating the cert, basically

-sha256 -extfile v3.ext

where v3.ext is a file like so, with %%DOMAIN%% replaced with the same name you use as your Common Name. More info here and over here

v3.ext

authorityKeyIdentifier=keyid,issuer
basicConstraints=CA:FALSE
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
subjectAltName = @alt_names
 
[alt_names]
DNS.1 = %%DOMAIN%%

Note: Scripts that address this issue, and create fully trusted ssl certs for use in Chrome, Safari and from Java clients can be found here

@AviSander
Copy link
Member

This has been fixed in the latest version of the toolset (1.7). We've updated the certificate.
thx.

uve pushed a commit to uve/PowerBI-visuals-tools that referenced this issue Jan 4, 2019
add debugVisual image for tools tutorial
@ww2406
Copy link

ww2406 commented Jun 17, 2020

I'm continuing to have this issue on OS X. It is not using the default localhost certificate and is instead generating a new certificate. The generated certificate does not include the Subject Alt Name field, making it invalid in Chrome and Firefox.

@zBritva
Copy link
Contributor

zBritva commented Jun 17, 2020

@debeaveruser
Copy link

Please follow these steps to bypass the security issue:

  • pbiviz start
  • Open https://localhost:8080/assets/status in Google Chrome
  • Open the Advanced
  • Click the Proceed to localhost (unsafe)
  • Back to the report with your debug visual
  • Reload visual code

Please let us know if it works for you well.

worked for me

@ChrisSCoding
Copy link

Please follow these steps to bypass the security issue:

  • pbiviz start
  • Open https://localhost:8080/assets/status in Google Chrome
  • Open the Advanced
  • Click the Proceed to localhost (unsafe)
  • Back to the report with your debug visual
  • Reload visual code

Please let us know if it works for you well.

Worked for me as well, i have tryed it with the Microsoft Edge browser and this browser is working fine,

Thanks a lot! I apreciate it

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

No branches or pull requests