cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
388
Views
1
Helpful
5
Replies

Finesse / UCCX certificate is not valid on sandbox

s-vangor
Level 1
Level 1

Hello,
I use Unified Contact Center Express 12.5 in DevNet. Our application is not able get any API details because certificate is not valid from March 2022. I can put exception to browser and check details but not in application.

Could be certificate reneved ? Sandbox Finesse is not usable for integration then.

Thanks!

BR
Slavo 

2 Accepted Solutions

Accepted Solutions

I'll see if I can put in a ticket to get those updated.
As you have admin credentials, it is possible for you to update the certs on the sandbox hosts yourself: https://community.cisco.com/t5/collaboration-knowledge-base/cisco-uc-certificates-renewal-guide/ta-p/4077131
(Though this would need to be done each time the sandbox is reserved until the sandbox guys complete the update...)

View solution in original post

Hi, it would be great if you or somebody else could open ticket.

Thank you for link, this is usable as teporary solution and it is quite easy to set.

I will write steps for other:
- Open Cisco Inified OS Administration > Security > Certificate Management > Find  https://hq-uccx.abc.inc/cmplatform/certificateFindList.do
- Chose Tomcat cert which is expired and regenerate it byt Regenerte button
- Then I restarted services with CLI commands

utils service restart Cisco Tomcat
utils service restart Cisco Finesse Tomcat

Pages like "cmplatform " or "appadmin" used new certificate after restart but Finesse Desktop or API still used old one. I used CLI command to restar system and this did the job and new certificate is in use.

 

utils system restart

 

Simple API test over https://hq-uccx.abc.inc:8445/finesse/api/SystemInfo which don't require authentication.
There are additional steps needed because certificate is just self-signed and still not trusted for browser or application, but this is different topic. 

Thank you for your help.

View solution in original post

5 Replies 5

@s-vangor not sure if this can be resolved this way, but i see the same for the SD-WAN/Catalyst Center SBX. In my code, i add to my code.

# disable warnings from SSL/TLS certificates
requests.packages.urllib3.disable_warnings()

 

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

Hi, thank you for reply and hint but this is no solution for me.
All should be secured and trusted this days and we need to pass also few security tests.  Certificates are expired over two years and I don't think it is so hard to update them once per two years

My next steps is test app with secure XMPP ...I guess I know what to expect

Understand, i do not know the answer, but as this is sandbox something will not be 100% like you run in production. 

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

I'll see if I can put in a ticket to get those updated.
As you have admin credentials, it is possible for you to update the certs on the sandbox hosts yourself: https://community.cisco.com/t5/collaboration-knowledge-base/cisco-uc-certificates-renewal-guide/ta-p/4077131
(Though this would need to be done each time the sandbox is reserved until the sandbox guys complete the update...)

Hi, it would be great if you or somebody else could open ticket.

Thank you for link, this is usable as teporary solution and it is quite easy to set.

I will write steps for other:
- Open Cisco Inified OS Administration > Security > Certificate Management > Find  https://hq-uccx.abc.inc/cmplatform/certificateFindList.do
- Chose Tomcat cert which is expired and regenerate it byt Regenerte button
- Then I restarted services with CLI commands

utils service restart Cisco Tomcat
utils service restart Cisco Finesse Tomcat

Pages like "cmplatform " or "appadmin" used new certificate after restart but Finesse Desktop or API still used old one. I used CLI command to restar system and this did the job and new certificate is in use.

 

utils system restart

 

Simple API test over https://hq-uccx.abc.inc:8445/finesse/api/SystemInfo which don't require authentication.
There are additional steps needed because certificate is just self-signed and still not trusted for browser or application, but this is different topic. 

Thank you for your help.