DUA & HTTPS

  • Thread starter Thread starter Microsoft Embedded
  • Start date Start date
M

Microsoft Embedded

I can get DUA working using HTTP to get the update script and associated
files from my server.

However, if I try to use HTTPS, I can't get it to work. I can HTTPS to my
update script and associated files using IE6 on my XPE device. However
DUAgent puts CHTTPImp.Get (Error 12029) in Event Viewer.

Tom Hamilton
 
Is there a error description present also? If it is "Bad Arguments" this is
caused by either source or local filenames being null or zero length.
Another source of errors is your device not getting authenticated against
the server. Have you tried to https://...../file.ext from a web browser to
make sure you can download the DUA update script file using the credentials
DUA is running under/supplied to it?
HTH
-Anil [MS] This posting is provided as is. It implies no warranties and
confers no rights.
 
Tom,

Did you set up DUA to poll port 443 using HTTPS?

Check your registry settings for Protocol and HostPort in:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DUAgent\Parameters\Conf
ig
Check out the topic "DUA Service Configuration" for info on the DUA registry
settings.

Dan

--
This posting is provided "AS IS" with no warranties, and confers no rights.


Anil Ingle said:
Is there a error description present also? If it is "Bad Arguments" this is
caused by either source or local filenames being null or zero length.
Another source of errors is your device not getting authenticated against
the server. Have you tried to https://...../file.ext from a web browser to
make sure you can download the DUA update script file using the credentials
DUA is running under/supplied to it?
HTH
-Anil [MS] This posting is provided as is. It implies no warranties and
confers no rights.
Tom Hamilton said:
Oops, my error message should read:
CHTTPImp.Get (Error 12175)

Tom Hamilton
to
 
Back
Top