#221 closed defect (fixed)
Client/server communication fails if client hostname contains uppercase characters
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.8.0 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
The server normalizes the client hostname to lowercase, the client doesn't. Since the hostname is included in the signature, the communication will fail after successful negotiation of a session key, with the message Invalid connection attempt: Signature mismatch.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [293] (released as 2.7.2c).