Actions
Bug #4529
closedDiscovery not working well with foreman.server=https://abc
Description
17:07 gwmngilfen | lzap: ah hang on 17:07 gwmngilfen | discover_by_dns looks wrong 17:08 gwmngilfen | it's figuring out server_name from foreman.server=.... but then it does a direct DNS lookup on that name without stripping https:// 17:08 gwmngilfen | line 42 17:09 gwmngilfen | you probably want to do TCPSocket.gethostbyname(server_name.gsub('https://','')) 17:09 lzap | oh ok so I found a bug, will fix 17:09 gwmngilfen | or do it properly with URI.parse and then you the host part
Updated by Lukas Zapletal over 10 years ago
- Target version set to 1.9.0
- Difficulty set to easy
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 70e369844e31d3b1847f38c9c51b4781484e2d78.
Actions