cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
244
Views
1
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Thomas Goldschrafe on 14-07-2010 02:23:01 PM
Hello,
 
I would like to know, if it is possible to make a Extension Mobility Query (e.g. a Devices-User Query) over HTTPS.
I have written an application which works fine as long I use HTTP (http://?.?.?.?:8080/emservice/EMServiceServlet),  
but when I post the same request over HTTPS (https://?.?.?.?:443/emservice/EMServiceServlet) I get the follwing error:
 
<response>
<failure>
<error code="0">Other Parser Error: Unexpected end of file from server
</error>
</failure>
</response<

 
My query looks like this:
xml=
<query>
<appInfo>
<appID>user</appID>
<appCertificate>password</appCertificate>
</appInfo>
<deviceUserQuery>
<deviceName>SEP00??????????</deviceName>
</deviceUserQuery>
</query>
 
The backround of my question: I don't want to send the appCertificate in plain HTML due to security reasons.
 
Is there any other way I can avoid that problem?
 
Thanks in advance
 
Thomas

Subject: RE: EM-Query over HTTPS
Replied by: David Staudt on 14-07-2010 04:52:12 PM
The UCM secure SOAP port is normally :8443...can you try with that?

Subject: RE: EM-Query over HTTPS
Replied by: Thomas Goldschrafe on 15-07-2010 06:53:36 AM
Thanks for your reply.
 
Yes, I tried, but it get the same error message as above.
 
Thomas

Subject: RE: EM-Query over HTTPS
Replied by: Axel Schemberg on 30-08-2010 10:47:53 AM
Hi Thomas,
 
as far as I know HTTPS is a new feature of CUCM 8.0.
 
Regards
 
Axel
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:

Quick Links