Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
message Proxie SSL
GLBezuluagas
Posts: 3 ✭
in Virtualize
hi, I'm trying to create a message Proxis, the problem is that the server that I need to connect use an SSL certificate, so I'm trying to put in the section security, but the problem is that I have only the certFile (.cert) and keyFile (.PEM), how can i setup the keystore or the trustore for my proxy to have a well-functioning?
0
Comments
-
Can you use the "Trust all" option? If you can use Trust all then you won't need to setup a keystore or truststore. Or does the service validate the client cert?
0 -
the service validates the client cert
0 -
See Oracle docs for how to convert PEM to JKS
https://docs.oracle.com/cd/E35976_01/server.740/es_admin/src/tadm_ssl_convert_pem_to_jks.html
0