I have set up an SSL connector in Tomcat 9 server.xml with this path for the keystore:
c:/Program Files/OSS/
and I get the exception:
java.lang.IllegalArgumentException: Illegal character in path at index 10
I suppose is the space between Program
and Files
, how can I escape it?