Changes between Version 2 and Version 3 of Ticket #958, comment 5


Ignore:
Timestamp:
11/17/17 03:07:45 (6 years ago)
Author:
Handle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #958, comment 5

    v2 v3  
    1616EDIT: I found the cause! There seems to be a hidden newline character in the textfile, even though it only contains the password. When opening the textfile on a Windows machine with the editor and marking its whole content using STRG + A, the blinking indicator moves to the next line. Copying and pasting this stalls the connection process of OpenVPN reliably. Marking the password manually and then copying and pasting it doesn't stall it.
    1717
    18 Is there some way to catch this case within the program? I'm still wondering though why gedit seems to place a newline character in there when the only content of the textfile is the password without anything after it.
     18Is there some way to catch this case within OpenVPN? I'm still wondering though why gedit seems to place a newline character in there when the only content of the textfile is the password without anything after it.