You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/04/09 18:11:04 UTC

[Bug 56378] Cert load fails if cert is located in path with non-ASCII characters

https://issues.apache.org/bugzilla/show_bug.cgi?id=56378

Mladen Turk <mt...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Mladen Turk <mt...@apache.org> ---
I don't think OpenSSL supports UTF encoding for file system. It uses simple
fopen which is OEM encoded (for Windows). We would probably need some custom
encoder from UTF to OEM which I think is just too much for the few edge case.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org