Httpd Configuration Clarification

2010-04-29 Thread Anisha Parveen -X (anparvee - Infosys at Cisco)
Hi, I am facing a problem with my configuration. Problem basically is that I am able to access the WebServices URL Say http://hostname:443/cns/ser/CTConfigService through the browser. However, the script running on the machine checks an url https://localhost:443/cns/ser/CTConfigService. The

Re: Httpd Configuration Clarification

2010-04-29 Thread Pid
On 29/04/2010 07:24, Anisha Parveen -X (anparvee - Infosys at Cisco) wrote: Hi, I am facing a problem with my configuration. Problem basically is that I am able to access the WebServices URL Say http://hostname:443/cns/ser/CTConfigService through the browser. Your SSL config is probably

Re: Httpd Configuration Clarification

2010-04-29 Thread Anisha Parveen
Thank you for the response. That was a type error. https://hostname:443/cns/ser/CTConfigServicehttps://hostname/cns/ser/CTConfigService On Thu, Apr 29, 2010 at 12:54 PM, Pid p...@pidster.com wrote: On 29/04/2010 07:24, Anisha Parveen -X (anparvee - Infosys at Cisco) wrote: Hi, I am

Re: Httpd Configuration Clarification

2010-04-29 Thread David Smith
Adjust your script to check http://hostname:443/... An SSL cert is tied to a hostname and will probably fail due to certificate issues if you attempt to access via localhost. Some http script libraries can be rather draconian on this issue. --David On 4/29/2010 3:35 AM, Anisha Parveen wrote: