For the development we are using a self signed SSL certificate and it seems to work fine except one issue that for the first time when user click the URL browser will show the warning about certificate is not valid and we can easily bypass it by telling browser that we trust this site.
i have a use case where i need to load some data in Iframe and that data needs to be picked using HTTPS and the process is hidden and that Iframe is only visible when user click on a certain link.
my problem is for the user who is visiting that site for the first time, when click on that link is getting browser error message.
is there any way to let browser trust our self signed certificate and not showing warning message?
Your only two options are to tell the user to configure their browser to accept certificates signed by your organization, or to get the certificate signed by some CA browsers trust.