Domanda

i am developing a facebook application for a while now, i have two applications. one in production with SSL. and the other for development and testing without SSL. since facebook turn off the "secure browsing" control. all connection to facebook are now secured using HTTPS/SSL.

so now i cant develop again my application.

is there a way to tell the browser to just igone SSL for a specific web address ?

or do some other trick ?

thank you

È stato utile?

Soluzione

Create self signed certificate and use that for your development server. You browser will warn you that it is self signed but you can ignore that warning.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top