SSL Not Working

Hello all,

We have just successfully installed SSL on our server and it is working perfectly with all client browsers (firefox,safari,explorer). It is also working as a Facebook app. It is not, however, working is corona for post requests.

Here is our custom diagnostic printout of the network response

!!!!!!!!!!!!!!!NETWORK ERROR!!!!!!!!!!!!!!!!!!!!!  
table: 0x17486d70 {  
 [isError] =\> true  
 [name] =\> "networkRequest"  
 [response] =\> "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “www.OURSUPERSECRETWEBSITE.com” which could put your confidential information at risk."  
}  
!!!!!!!!!!!!!!!NETWORK ERROR!!!!!!!!!!!!!!!!!!!!!  

We would appreciate a remedy or a methodology to solve this problem [import]uid: 58749 topic_id: 20620 reply_id: 320620[/import]

Hey there,

Can you file a bug report using the link in the top right, please? [import]uid: 52491 topic_id: 20620 reply_id: 81000[/import]

the issue was that is was calling http://www.MYDOMAIN.com when it needed to call http://MYDOMAIN.com. So the lesson is when you set up ssl, make sure you get the domain exactly right. [import]uid: 58749 topic_id: 20620 reply_id: 81092[/import]

Oooh, nice catch. Thanks for updating.

Peach :slight_smile: [import]uid: 52491 topic_id: 20620 reply_id: 81183[/import]