Recognizing Secure Certificates as Valid on Palm OS Devices
Palm devices cannot communicate with servers that have SSL certificates installed that use the new UTF-8 industry standard format.
The RFC industry standard requires that secure certificates be issued using the UTF-8 format.
The Palm Operating System is using the "printablestring" format that preceded the current UTF-8 industry standard.
NOTE: For more information about the printablestring format, see
NOTE: If you need a .PFX file to install the printablestring formatted certificate onto a Windows server, you can use OpenSSL to convert the private key and certificate into a .PFX file. Here are the OpenSSL docs for this process: http://www.openssl.org/docs/apps/pkcs12.html
TIP: We have provided re-key instructions with links to CSR Generation Instructions and our Installation Instructions in our Help Center. NOTE: As a courtesy, we provide information about how to use certain third-party products, but we do not endorse or directly support third-party products and we are not responsible for the functions or reliability of such products.
Example:
C=PRINTABLESTRING:US
ST=PRINTABLESTRING:AZ
L=PRINTABLESTRING:Phoenix
O=PRINTABLESTRING:testprintstring
CN=PRINTABLESTRING:printablestring
C=UTF8STRING:US
ST=UTF8STRING:AZ
L= UTF8STRING:Phoenix
O= UTF8STRING STRING:testprintstring
CN= UTF8STRING STRING:printablestring