Archive: security

 

Often you will see SSL warnings or errors related to insecure content being displayed on a secure page. This could be as simple as one javascript file or image that is being included via http rather than https, though some times this can be a bit tricky to track down. The easiest solution is to [...]



 

If you are pulling your hair out trying to figure out why you are seeing a 501 error in your Google Checkout integration console I may well have the answer and solution for you. This is the error message you will see in the integration console. PLAIN TEXT CODE: We encountered an error trying to [...]



 

If you have a script, admin area or whatever that you would like to make a bit more secure, you can use the following chunk of code to do this. If you don't have SSL (HTTPS) set up then you would need to get this sorted first. This isn't bullet proof protection, but it helps. [...]



 

If your web site's secure HTTPS area includes any content such as images, javascript or whatever via standard HTTP, your visitors may well get a security warning popping up saying that the page contains secure and insecure content. For some of your sites visitors, this rather vague and worrying statement might make them decide to [...]



 

To get the highest possible level of server security and to protect yourself from things like XSS attacks, Edmonds Commerce highly recommend you get mod_security set up on your server. If you ask your hosts they should be able to do this for you. You can read all about mod_security here. If you would like [...]