Finally figured it out. Was looking in the wrong place. The file you need
to update is under /etc/ngnix/site-enabled/jenkins.conf.
As stated by Dominic above replace:
proxy_redirect off;
with
proxy_redirect http:// https://;
then
sudo service jenkins restart
sudo service ngnix restart
a
Hi there.
I tried this but it does not work. I also upgraded to the latest alpha
release but that didn't fix the issue either. Would it be possible to for
you share you NGNIX config so I can check it against mine to see why its
not working.
Thank you in advance.
On Wednesday, July 27, 2016 a
This is the EXACT behavior I am seeing. I have tried to update my NGNIX
proxy but no matter what I change, its still not working. Can you provide
what your ngnix configs look like so I can see where I might be off. Also
note our jenkins box does not use jenkins in the DNS name. Doubt that
shoul
Oh good catch.
I am still curious why it would redirect to http - in *theory* the header
is available so it can know the forwarded protocol...
but good to hear this is resolved.
On Thursday, July 28, 2016 at 10:16:25 AM UTC+10, Dominic Scheirlinck wrote:
>
> Hi Michael,
>
> The relevant part
Hi Michael,
The relevant part is the proxy_redirect directive (I had mine at 'off').
Jenkins generates a redirect, and nginx (if acting as a reverse proxy) has
to rewrite the location to the correct one (Jenkins, running behind the
reverse proxy, is relatively correct in redirecting to HTTP I b
Are you able to share the relevant parts of your nginx config?
I that redirect seems to be the problem (it should not redirect to non
https, that seems a bug). I assume you are using example.com instead of
your actual url just by way of example?
On Thursday, July 28, 2016 at 9:59:53 AM UTC+10
Here's what's going on according to my testing:
- /blue/js-extensions/ is the only affected resource
- The page attempts to load https://example.com/blue/js-extensions (NB: no
trailing slash)
- This results in a 302, redirecting to
Location: http://example.com/blue/js-extensions/ (NB: trailing
It's hard to say, it could be a quirk of proxy settings. The resources
don't specify any absolute paths that I can tell.
if you use chrome, can you see what resources are trying to load that way,
and what is triggering them? inspecting the JS will help a bit.
note that 'X-Forwarded-Proto' sh
Sorry forgot
link:
http://stackoverflow.com/questions/18251128/why-am-i-suddenly-getting-a-blocked-loading-mixed-active-content-issue-in-fire
On Wednesday, July 27, 2016 at 2:40:24 PM UTC-4, Dan QAmbox wrote:
>
> This is the issue it seems, but have no idea where to look to set the src
> locall
This is the issue it seems, but have no idea where to look to set the src
locally in the files to src=//.
On Wednesday, July 27, 2016 at 10:33:39 AM UTC-4, Dan QAmbox wrote:
>
> Wonder is this may be related:
> https://issues.jenkins-ci.org/browse/JENKINS-14223
>
> On Wednesday, July 27, 2016 a
Wonder is this may be
related: https://issues.jenkins-ci.org/browse/JENKINS-14223
On Wednesday, July 27, 2016 at 9:49:43 AM UTC-4, Dan QAmbox wrote:
>
> I restarted the server after updating the url in the configs to use https.
> Still getting the same error. Is still thinks that the url is http
I restarted the server after updating the url in the configs to use https.
Still getting the same error. Is still thinks that the url is http. Is
there another place I need to set the https in the configs?
Sincerely
On Wednesday, July 27, 2016 at 2:13:28 AM UTC-4, James Dumay wrote:
>
> Does bo
Does bouncing your Jenkins server help? Strangely we use https on
blueocean.io right now and we are not seeing any issues.
On Wednesday, July 27, 2016 at 6:24:55 AM UTC+10, Dan QAmbox wrote:
>
> I went in and updated that to be HTTPS. I saved it but still getting the
> same error in the console
This is odd, others use https and haven't seen this... the blue ocean url
has https in it?
On Wednesday, July 27, 2016 at 6:24:55 AM UTC+10, Dan QAmbox wrote:
>
> I went in and updated that to be HTTPS. I saved it but still getting the
> same error in the console when trying to go to the blue o
I went in and updated that to be HTTPS. I saved it but still getting the
same error in the console when trying to go to the blue ocean url.
Any other ideas?
Thanks for the help.
Sincerely,
On Tuesday, July 26, 2016 at 2:25:29 PM UTC-4, Daniel Beck wrote:
>
> What URL is configured in Manage
What URL is configured in Manage Jenkins » Configure Jenkins » Jenkins
Location? Should be HTTPS if you access Jenkins that way.
> On 26.07.2016, at 17:37, Dan QAmbox wrote:
>
> Hi there.
>
> I just installed the alpha version of the Blue Ocean plugin. I see the blue
> "Try Blue Ocean" button
Hi there.
I just installed the alpha version of the Blue Ocean plugin. I see the blue
"Try Blue Ocean" button at the top of the page. However, when I try to get
to the page I get an error in the console:
Mixed Content: The page at 'https://a.b.com/blue/' was loaded over HTTPS,
but requested an
17 matches
Mail list logo