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

Extension always uses https despite configuring http #663

Open
fidelski opened this issue Jun 3, 2024 · 3 comments
Open

Extension always uses https despite configuring http #663

fidelski opened this issue Jun 3, 2024 · 3 comments

Comments

@fidelski
Copy link

fidelski commented Jun 3, 2024

I am working in a work environment where I want to use the inhouse installation of Kroki. We use this without ssl since our services are not reachable from the internet, we use those services inhouse only.
I therefore configured the extension to point to http://kroki.ours.local:8000. Now I get an error because the extension nevertheless uses https and obviously cannot reach the server.

Configuration: http://kroki.ours.local:8000
Extension tries to accesss: https://kroki.ours.local:8000

@ggrossetie
Copy link
Member

I cannot reproduce this issue:

working.mp4

Could you please share additional information?

@fidelski
Copy link
Author

fidelski commented Jun 4, 2024

Thanks for your investigation! Could it be that you are trying to access localhost and that's why there is no attempt to use ssl? This makes me think that it's not the plugins fault but the browser trying to always use ssl instead of plain http. 🤷‍♂️

diagram-http

@ggrossetie
Copy link
Member

Might be something specific to Firefox since I cannot reproduce in Chrome... 🤔

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

2 participants