ASP.NET embedding internal pages within page with expired certificate C# -
i very green developing web front-end.
i wanted create eternally hosted site pull collection of resources.
this scenario:
i want "embed" pages within web app. thoughts, make site called originally, keep navigation header above. have googled quite bit try , direction in take this. have found, iframe way go.
the issues: host dell open manage essentials on 1 of our servers. way access through https://ome/. not have ca in place, therefore certificate on server expired. error accurate due lack of valid certificate.
my question: 1). iframe right approach situation. 2). how bypass, or @ least give user ability continue embedded site? these sites internal.
you can't decide user display content site expired certificate. user has accept risk. that's why browsers flag pages expired certificates , make super-obvious. there few cases you'd want bypass - few, common browsers don't make exceptions.
the difficult way route iframe url through proxy doesn't care expired certs.
the less difficult way spend $50 on certificate. or can free 1 (ymmv) @ https://startssl.com (at own risk. unaffiliated.)
Comments
Post a Comment