Click here to Skip to main content
15,908,264 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Friends,

I had a requirement to implement SSL for a website.

I purchased the certificate and i followed all the steps and added the certificate.

then i had done the bindings for those certificate.

i requested that website with https://sample.com in the same system it is working.

The problem is if i am requesting form other systems that is through internet its not working.

can any one please help me.



Thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 9-Nov-12 0:41am    
Not enough information.
--SA

1 solution

Certificate is not enough: you need to properly configure HTTP server, but this is if you host HTTP server on your computer and you have a full access to it. If this is done through some hosting provider, you need to ask their customer service.

Also, strictly speaking, using certificate authority is not required: you can use self-issues certificate, but it is a problem with the trust of the user. If all your user can trust your certificate (for example, they work in your company which have its own certificate distribution organization (or you can create one), or all users just know you personally), it's fine.

You should understand that certification has nothing to do with encryption provided by your HTTPS based service. Certification is used only on the first step when the user is vulnerable to the spoofing. The user needs to exclude the possibility that the site is authentic.

—SA
 
Share this answer
 
Comments
Loke.mysore 9-Nov-12 1:12am    
I guess i have configure HTTP server properly so that only its working in the same system (ie) if i request a https://sample.com in browser its working.

if i request a https://sample.com on a browser in diffrent system that gives error message as could not load the page or request timed out
Sergey Alexandrovich Kryukov 9-Nov-12 1:22am    
I cannot be sure. What is one system and what is "other" system?
--SA
Loke.mysore 9-Nov-12 1:26am    
(ie) Its working in the system or server where iis7 is installed.
Sergey Alexandrovich Kryukov 9-Nov-12 1:54am    
Let me make sure I understand: you execute Web browser on the system where HTTP server installed and HTTPS resource loads? And not if you run a browser on another host? Inside same local network or not? No matter, is, so, you cannot say "configure HTTP server properly". However, it could be firewall, some network setting... can you serve up anything at all so you could connect from another computer and load the resource, at least HTTP?

Anyway, you need to provide a lot more of a lot more accurate information... you say next to nothing; how can you hope for resolution?
--SA
Loke.mysore 9-Nov-12 2:18am    
Thank you for your help.
The problem was with firewall i have solved it and its working.

Thank you once again.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900