Subject: Error : web site security certificate problem
No panic. There isn’t any problem with either with your application or with your server. This kind of a message is new in ie7. Previous versions of ie used to display a prompt and once you merge the certificate then everything’s ok. ie7 doesn’t recognises default domino Certification Authority. So you’ve got to buy some third party ssl certificates like Verisign, Thawte, Comodo etc…
Subject: RE: Error : web site security certificate problem
Thank you Sai
But I am using the IE 6 and I have installed the proper SSL Certificates on the server. but It still gives the message. I am writting the way I am doing. Please let it think about it.
I accessed the site by valid url
It displays the message. There is a problem with web sites security certificate. below this message there are few options.
a. Click to close this web site
b. Continue to this site.
c. More Information
I clicked on option “b”.
My custom login page is displayed.
I type the user name and password
It displays a page with message
The website is unable to display the web page.
Again it is show 2 options,
a. one for going back to previous page
b. More information.
when I clicked on the More information link. It shows
“This erro(HTTP 501 Not Implemented or HTTP 501 Version Not Supported) means web sites you are visiting does not have ability to display the web page or support the http version used to request the page”.
In my Custom login page. I am calling forms[1].submit(). and in Forms Action, I write action = “/names.nsf”
In redirectto, I assigned the next form’s url.
This is perfectly working in my development server. but here SSL or HTTPS is not activated. but when deployed the application in the test server it gives the above mentioned error.
due to this I am in serious problem.
Please do u have any idea about that, please help me