Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent cert request remote address #2100

Open
pki-bot opened this issue Oct 3, 2020 · 3 comments
Open

Inconsistent cert request remote address #2100

pki-bot opened this issue Oct 3, 2020 · 3 comments
Milestone

Comments

@pki-bot
Copy link

pki-bot commented Oct 3, 2020

This issue was migrated from Pagure Issue #1541. Originally filed by edewata (@edewata) on 2015-08-05 21:04:01:

  • Assigned to nobody

When a client submits a cert request the CA will record the client hostname and IP address in the database. However, there's an inconsistency between different clients:

  • if the request is submitted via the CLI the CA will record the IPv4 address.
  • if the request is submitted via the UI the CA will record the IPv6 address.

The code that does the recording for CLI and UI are separate but identical. Ideally they should record identical IP addresses.

Proposed milestone: 10.3

@pki-bot pki-bot added this to the UNTRIAGED milestone Oct 3, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2015-08-10 23:07:35

Per CS/DS meeting of 08/10/2015 - 10.3
Reason: one instance gives ipv4 and another ipv6; will take a long time to track down

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from edewata (@edewata) at 2015-08-13 19:25:17

This seems to be environment specific. On another machine if the request is submitted via the UI the CA will record the IPv4 address.

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from edewata (@edewata) at 2017-02-27 14:00:13

Metadata Update from @edewata:

  • Issue set to the milestone: UNTRIAGED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant