Device Selection on Racks Page #8105

Closed
opened 2025-12-29 20:32:31 +01:00 by adam · 3 comments
Owner

Originally created by @michael-andretta on GitHub (May 24, 2023).

NetBox version

v3.5.1

Python version

3.9

Steps to Reproduce

1.) Click on Orginization
2.) Select Racks
3.) Select Rack name
4.) Click on Device in Rack on right hand side

Expected Behavior

Device page should open.

Observed Behavior

Device 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/
Link that Rack Device selection should redirect to: https://netbox.domain.com/dcim/devices/2/

Originally created by @michael-andretta on GitHub (May 24, 2023). ### NetBox version v3.5.1 ### Python version 3.9 ### Steps to Reproduce 1.) Click on Orginization 2.) Select Racks 3.) Select Rack name 4.) Click on Device in Rack on right hand side ### Expected Behavior Device page should open. ### Observed Behavior Device 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/_** Link that Rack Device selection should redirect to: **_https://netbox.domain.com/dcim/devices/2/_**
adam closed this issue 2025-12-29 20:32:31 +01:00
Author
Owner

@PaulR282 commented on GitHub (May 24, 2023):

I can not reproduce this in v3.5.2. Just working fine, everything HTTPS

@PaulR282 commented on GitHub (May 24, 2023): I can not reproduce this in v3.5.2. Just working fine, everything HTTPS
Author
Owner

@michael-andretta commented on GitHub (May 24, 2023):

I can not reproduce this in v3.5.2. Just working fine, everything HTTPS

Is this an issue only in v3.5.1?

@michael-andretta commented on GitHub (May 24, 2023): > I can not reproduce this in v3.5.2. Just working fine, everything HTTPS Is this an issue only in v3.5.1?
Author
Owner

@PaulR282 commented on GitHub (May 24, 2023):

Is this an issue only in v3.5.1?

Nope, I also can't reproduce it in v3.5.1. It's something with your setup.

@PaulR282 commented on GitHub (May 24, 2023): > Is this an issue only in v3.5.1? Nope, I also can't reproduce it in v3.5.1. It's something with your setup.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8105