cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
635
Views
5
Helpful
6
Replies

IPIVR and SelfSigned Certificate

fabio.zanotti
Level 1
Level 1

Hi

Can i upload a self-signed certificate to keystore of IP-IVr 10.6 ???

I need send a soap request to https WebServices.

And if i can it, how can use it into my aef script ???

thanks to everybody

Fabio

6 Replies 6

Chris Deren
Hall of Fame
Hall of Fame

What do you mean by "self signed"? Self-signed certs are installed by default, if you mean you want to installed CA signed certificate onto the server then that is definitely recommended. The cert can be signed by either your local CA (if you have one) or by a public CA ($$).

Hi Chris

thank you for your answer.

I'm not expert to work with certificate.

I have realize a java class to send/receive information from a WS with https connection. To do this I have imported certificate into my keystore of JVM and every works fine.

In my java class I have used: System.setProperty("javax.net.ssl.trustStore", "path/jssecacerts");

I have to do the same thing but inside a script aef. I have imported certificate into Certificate Management (see attached image) but i don't know how do that ..... :(

Fabio

Anthony Holloway
Cisco Employee
Cisco Employee

The script uses the Tomcat-Trust keystore under OS Administration.  This changed in version 10.

See here, scroll down a bit, or search the page for "keystore"

https://supportforums.cisco.com/blog/12049551/community-tech-talk-cisco-unified-contact-center-express-uccx-version-100-upgrade

Hi Antony

thank you for the answer

I read yor article, very interesting.

I have upload a certificate .pem and restart Tomcat service. But from script I don't know how use it.

I used System.setproperty() ..... but without success ...... 

can you help me ???

thanks

Fabio

You don't need to use the certificate at this point.  Just make your SOAP call to the HTTPS URL, and let the UCCX system take care of the trust.

you have right.


Yesterday, after many test, I have realized a connection with https.


I have done a big mistake, I was trying to indicate a certificate, but wasn't not necessary.

Thank you very much. Your document was very useful.

Fabio

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: