Wordpress SSL on Booking Page - wordpress

Good Day Mates,
A mate and I are setting up a Wordpress site for surfing tours. We are using Gravity forms and authroize.net. We had an ssl installed successfully but our wordpress page is still saying the connection isnt fully secure. https://offthebeatentrackadventures.com.au/booking-surf-trip/
It looks like it's pulling the menu items in http:// and not http://
We installed and configured the plugin http://wordpress.org/plugins/wordpress-https/ to force SSL only on this page. Upon loading the [page it goes to HTTPS but the external items are loading http://
Is there any other way to get the SSL to work? It seems as this plugin is not doing the job.

In General > Settings make sure the URL is entered as https://. The other solution is to do something with .htaccess

Related

how to access to wordpress dashboard?

hey there i hosted my site on AWS and it was all okay when i used ssl insecure content but unfortunately i deactivated that plugin by mistake and it made me logout of my admin panel.
So, now when i try to access my dashboard by typing correct username it is not allowing me to sign in into it. please help me in this. The first image shows how my login page looks (different from each time) and a popup box that appears when i try to login in my account and after clicking on it it reverts me back to same login page. please do help me i am depressed now.
First thing, better to attach the valid SSL certificate as it's not only about your dashboard but the end-user will also face the same issue when they try to access your website.
Or if you think that you were able to access your website with that plugin, then do the following
Ssh to your instance
install the plugin from the command line that you have removed and it will start working back.
wp plugin install <plugin-name>
how-to-install-wordpress-plugins-wp-cli
This is because your wordpress site is attempting to load your assets over HTTP rather than HTTPS.
Your SSL comes back as valid when running SSL labs so there is no need to worry about your SSL being invalid.
This will come down to your site actually loading on HTTP behind the load balancer so it is not aware it should be loaded over HTTPS.
There is a small change you can make that fools your blog into believing that it should return HTTPS urls. At the top of your index.php file add the following
$_SERVER['HTTPS'] = 'on';
$_SERVER['SERVER_PORT'] = 443;
By doing this only HTTPS urls will be rendered on your site allowing it to be fully accessible as intended.
This is happening because of SSL Issue. Do the Following
Install Really Simple SSL Plugin https://wordpress.org/plugins/really-simple-ssl/
Change Site Url and Home URL Prefix from http:// to https://
Note:- Disable SSL and Install Plugin First in order to be Succesfully run it

Wordpress permalink and HTTPS

I installed HTTPS on my website in WordPress . I use CloudFlare for it and I made changes to the URL in WordPress administration and the CloudFlare plugins etc.
screenshot of home page modification
My concern is the following I have HTTPS in my WordPress general settings . I have HTTPS in the permalinks confirmation page.
Only once editing a page or a project under the title permiliens the portfolio is in HTTP ...
I do not understand why it does not go into HTTPS ( for doing so on other sites I do not remember such a problem).
Can you help me?
First of all make sure that your site is only opening up with https and not with http and https.
In the WP general settings wordpress and site name should start with https
Then logout and then login back to wordpress admin. Post that your permalinks should start displaying as https. Also you need to change the internal links to https manually.
Let me know if that fixed the issue. I had similar problems with my site, for which i moved to https just yesterday. Also let me know if you did anything extra for your site.

Cloudflare flexible ssl issue?

I spent my whole day configuring my wordpress website to use cloudflare flexible ssl.
I use WP HTTPS plugin and cloudflare page rule to redirect http to https.
It's working very well on firefox and IE but in chrome it's saying:
The page at 'https://mrbladedesigns.com/' was loaded over HTTPS, but is submitting data to an insecure location at 'http://mrbladedesigns.com/': this content should also be submitted over HTTPS.
One more thing I want to tell you guys that now also my wordpress address and Site address is HTTP in wordpress admin settings
I removed all of the insecure content but have no idea on how to resolve this.
Any help will be appreciated!
Just disable W3 Total Cache, https cloudflare will working fine.
I actually tried this as well but with more success. From your description it sounds like you have an issue with insecure content being loaded. This happens when you load the page via https but content is loaded via http.
The ssl insecure content fixer plugin will help you with most of your problems, but other problems will have to be fixed manually by changing http references in your html code to https.
never mind I fixed it, SSL insecure didn't worked for me, the root cause of this problem was the search bar on my homepage. Here's the fix: under WP HTTPS settings at the end there's an option Secure filters. Just write /?s there and save it! Done!

Installing vs implementing SSL and do I need to set up redirects after installing SSL?

I have a Wordpress blog on a Bluehost server and now want to start selling something through Gumroad (from a pop-up directly from my site), for which I need an SSL certificate.
I already bought the SSL certificate from Bluehost and they say it's now 'installed' and told me to change the url on a working page to https:// to double check and thats working fine.
What I'm really confused about is this: Since the https:// already seems to be working, does that mean that my entire website has now been duplicated and I need to set up redirects from http:// to https:// to avoid Google penalties?
I only really wanted to use https:// for the sales page of my product which isn't set up yet. I thought I still had to implement the SSL certificate through a plugin like the Wordpress HTTPs plugin and would be able to do so only for that single page, leaving the rest of the website as is.
All of my inbound and outbound links are http://, so I'm a little worried now. Could someone clear this up for me?

Wordpress: Issues with shared SSL and custom permalinks

I want to apply SSL to about 4 pages of my wordpress site which visitors will only see when they go through a checkout procedure.
I am using the wordpress plugin 'WordPress HTTPS (SSL)' for the SSL capabilities - WordPress HTTPS (SSL)
I have a shared SSL certificate and the SSL pages only display when I set the permalinks to be default. Otherwise I get a 404 error. This seems to be quite a common error.
I really want the site to display Pretty Permalinks for all pages and posts on the site, but I am willing to compromise on these 4 pages.
Therefore, my question is, can I set all pages to be Pretty Permalinks except these 4 SSL pages, which need to be set as default pages? If so, how?
I have tried several Permalink plugins without any real success.
Are you sure that your server is allowing the use of Pretty Permalinks?
Do you have the mod_rewrite Apache module enabled?
Are you allowed to override server configuration with .htaccess files? This is specified by the AllowOverride Apache directive(found in the Apache configuration file)
If you have no idea about those - ask your hosting provider for support - they should know if those are enabled.
The easiest way to confirm that the Permalinks are working in general is to disable the WordPress HTTPS (SSL) plugin and see if the pretty permalinks are working or you are still getting the 404 page.

Resources