Hi All,

I have a Jenkins accessed via Netscaler endpoint. 
https://company.internal.com/jenkins.    
 Earlier I used to access via host:8080 format. i.e http://host:8080/jenkins 
and 
everything was working.    It stil lworks fine when accessed like that. 
 
At Netscaler side, we set "x-forwarded-proto" = https header and http to 
https redirection. Functionality wise works ok. Now I am seeing issues 
where the login screen logo wont load and some plugin icons wont load.      


*Images below.*


[image: image.png]

I debugged as seen below. I navigated to the url which was formed. The 
image doesn't exist in that location. But if I access via the host then it 
can be accessed. The two urls are below.

`
https://company.internal.com/jenkins/static/e0c7cecc/plugin/credentials/images/24x24/credentials.png`
 
<https://company.internal.com/jenkins/static/e0c7cecc/plugin/credentials/images/24x24/credentials.png>
 *Doesnt work*
`
http://host:8080/jenkins/static/e0c7cecc/plugin/credentials/images/24x24/credentials.png`
 
<http://host:8080/jenkins/static/e0c7cecc/plugin/credentials/images/24x24/credentials.png>
 Works


[image: image.png]




Any idea what's wrong and how can I resolve these issues? Although these 
doesnt impact functionality I would like to fix them.

[image: image.png]

*  What i did so far w.r.t debugging.*
1) Referenced this link 
https://wiki.jenkins.io/display/JENKINS/Configuring+Content+Security+Policy  
and made some modifications. Nothing worked.
2) Installed Simple Theme Plugin and could resolve jenkins logo issue in 
the inner pages ,but not in the login page.


Thanks in advance.
Vish

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b21c664b-e547-4db1-ae7f-5a1536e192c7o%40googlegroups.com.

Reply via email to