Device Selection on Racks Page #12698
-
NetBox versionv3.5.1 Python version3.9 Steps to Reproduce1.) Click on Orginization Expected BehaviorDevice page should open. Observed BehaviorDevice page should open, it does not. It looks like when a site is running HTTPS the redirect on the device in the rack it sent to an HTTP page, not an HTTPS page. This would break for anyone not supporting HTTPS on their netbox deployment. Link that Rack Device selection redirects to: http://netbox.domain.com/dcim/devices/2/ |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
I can not reproduce this in v3.5.2. Just working fine, everything HTTPS |
Beta Was this translation helpful? Give feedback.
-
Is this an issue only in v3.5.1? |
Beta Was this translation helpful? Give feedback.
-
Nope, I also can't reproduce it in v3.5.1. It's something with your setup. |
Beta Was this translation helpful? Give feedback.
-
Great, cant be reproduced, this is a brand new setup. What would be causing this, where can one look to see something in their setup that would make this happen only on the racks page? |
Beta Was this translation helpful? Give feedback.
-
Almost certainly you haven't set the There are sample files for nginx and apache you can copy which do this properly. |
Beta Was this translation helpful? Give feedback.
Almost certainly you haven't set the
X-Forwarded-Proto:
header on your proxy.There are sample files for nginx and apache you can copy which do this properly.