Can't select 3DES encryption algorithm in IKE Proposals. Selection changed to DES. #9311

Closed
opened 2025-12-29 20:48:15 +01:00 by adam · 1 comment
Owner

Originally created by @cloudcapps on GitHub (Feb 29, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

NetBox Version

v3.7.3

Python Version

3.10

Steps to Reproduce

  1. Cilck into the IKE Proposals section under VPN > Security.
  2. Click to add a new IKE Proposal or edit an existing proposal.
  3. Select 3DES from the encryption algorithm dropdown.
  4. Selection will instantly be changed to DES instead.

Expected Behavior

I should be able to select 3DES as an encryption algorithm.

Observed Behavior

My selection was changed to DES instead.

Originally created by @cloudcapps on GitHub (Feb 29, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### NetBox Version v3.7.3 ### Python Version 3.10 ### Steps to Reproduce 1. Cilck into the IKE Proposals section under VPN > Security. 2. Click to add a new IKE Proposal or edit an existing proposal. 3. Select 3DES from the encryption algorithm dropdown. 4. Selection will instantly be changed to DES instead. ### Expected Behavior I should be able to select 3DES as an encryption algorithm. ### Observed Behavior My selection was changed to DES instead.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:48:15 +01:00
adam closed this issue 2025-12-29 20:48:15 +01:00
Author
Owner

@jeremystretch commented on GitHub (Feb 29, 2024):

This is a bug in the form field choices; the value for 3DES is show twice:

        (ENCRYPTION_3DES, '3DES'),
        (ENCRYPTION_3DES, 'DES'),

IPSec proposals are affected as well, as they use the same set of choices. Thanks for catching this!

@jeremystretch commented on GitHub (Feb 29, 2024): This is a bug in the form field choices; the value for 3DES is show twice: ```python (ENCRYPTION_3DES, '3DES'), (ENCRYPTION_3DES, 'DES'), ``` IPSec proposals are affected as well, as they use the same set of choices. Thanks for catching this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9311