I'm new to openxpki and installed the current stable on Buster via the debian 
repo.
After several beginner-issues everything works fine now, except if I'm entering 
a IPv4 address as SAN field. The approval will then be paused because of a 
"backend communication error".

Digging into this, the error comes from this:

2020/01/06 20:38:21 openxpki.system.ERROR Database error: execution of SQL 
query failed; __dbi_error__ => Incorrect string value: '\xC0\xA8c\xF0' for 
column `openxpki`.`certificate_attribut 


To further evaluate, I switched on the mysql query log:

                  16 Query    INSERT INTO seq_certificate_attributes ( dummy) 
VALUES ( '0' ) 
<C0><A8>c<F0> 
Seems that the IP to insert is somehow not valid UTF8 anymore. If I 'select 
from csr_attributes' in database, it looks like this:

         3071 | RMITC     |     767 | subject_alt_name             | 
OXJSF1:["IP","192.168.99.240"]           | PROFILE          |

So everything fine, I think.

Any suggestions greatly appreciated!

Thanks,
Robert




_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to