mvied
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] I need to force the lock buttonThat error is generated by your SSL Certificate. It’s not an issue with the plugin.
Forum: Reviews
In reply to: [WordPress HTTPS (SSL)] 404s all over the placeThat’s a limitation of StartSSL, not the plugin.
Forum: Reviews
In reply to: [WordPress HTTPS (SSL)] Docs????The FAQ serves as documentation. If it is not sufficient, start a support topic.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Keep getting 404sNot a support question.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Redirect Loop with Cart 66 and wordpress-httpsStart a new topic and describe your issue in detail. What’s occurring, what you’ve tried, what you’re trying to do, what settings you enabled, what steps you took, etc.
Forum: Reviews
In reply to: [WordPress HTTPS (SSL)] Amazing but slowThe plugin is not always necessary. It has to check a lot of stuff, unfortunately. I’m doing what I can to increase performance and/or allow users to disable modules from the settings page to reduce the functionality of the plugin, but speed up their site.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Using Plug in with Shopp ComponentI can not, but it’s not too terribly complicated. HTTPS stands for HTTP + SSL. It’s identical to HTTP; the only exception being that the data transferred between the server and the client is encrypted. With a standard HTTP connection, the packets could potentially be sniffed for sensitive information. HTTPS is a tiny bit slower than standard HTTP due to the encryption/decryption process that has to take place, but is more secure.
In order to use HTTPS, you have to buy an SSL certificate. SSL certificates have an encryption strength, such as 256-bit, which determines how strong the encryption is. The stronger the encryption, the more secure it is. An SSL certificate is issued by a Certificate Authority. The certificate contains information about the website and server the certificate is for. The primary purpose of the certificate is to verify that the domain specified in the browser’s address bar is securely connecting to the correct server. This prevents hackers from hijacking DNS records and directing the domain name to another server, among other things.
I may be able to answer your questions, but that’s a basic overview of what’s going on.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Using Plug in with Shopp ComponentFAQ – I can’t get into my admin panel. How do I fix it?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] cannot activate return fatal errorI don’t see any reason that the plugin should be using that much memory just to set settings on multiple blogs. The code I’m using is pretty straight forward, so I’m not sure what’s going on. I’ll set up some tests on my site and see what I can figure out. Thanks for the feedback.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Using Plug in with Shopp ComponentIf there is no actual page to secure, you can use URL Filters. If you add cart.php, checkout.php and confirm.php (one on each line) into URL Filters on the WordPress HTTPS settings page, that should do the trick.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Locks me out of adminI fixed the issue in 3.2.3. I had other users that reported the same issue.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Failure to find permalink that has secure flagIf the file isn’t being served over HTTPS, the problem is your web server or network. If it’s saying that “/test1” doesn’t exist in your server logs, it’s not even making it to WordPress.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Failure to find permalink that has secure flagAnd what if you go to https://mysite.com/test1 without the plugin enabled?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Fatal Error upon installUninstall and reinstall through the Dashboard and see if that fixes it.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Some non SSL pages stay SSL after accessingYou probably enabled the reset and never commented it back out again.