Error : web site security certificate problem

Dear All

I am facing a problem regarding login authentication.

I type the url in the address bar. like

http://[server name]/apps/[database name].nsf

in the browser, it displays a message below

“There is a problem with this website’s security certificate.”

instead of showing my customized login page that I made for user login. I set my loging page name in the database launch property.

In the domino server the SSL and https is enabled.

Please any body can help me. it’s urgent. Is there any problem in my application or it’s from server side. what I have to do for it.

Regards

Ashish

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…

HTH

Sai

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.

  1. 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

  1. I clicked on option “b”.

    My custom login page is displayed.

  2. 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

Thanks

Ashish Upadhyay