ok, I have a slight problem. when i search for the string "SSLProtocol +TLSv1", I get a negative result even though I know its in the file. If I change it to only "SSLProtocol", it succeeds. if I change it to "+TLSv1", it fails with an Unexpected quantifier error.
Is the + a special...