The ssl tag has no wiki summary.
7
votes
2answers
1k views
Anyone figured out how to use WordPress MultiSite with Domain Mapping & SSL?
I've been looking all over to find a solution for SSL with WordPress MultiSite and Domain Mapping. Ideally, I'd like to purchase an SSL cert for each domain (or potentially a wildcard cert) anyone ...
4
votes
5answers
1k views
How can I make an Ajax login form work with FORCE_SSL_ADMIN enabled?
I'm working on a site that requires an https secured admin area and a secure front-end area as well where private information will be shown. My preference for user login is an Ajax-enabled widget that ...
3
votes
5answers
3k views
Is there a way to force ssl on certain pages
I want to force a secure connection on some of my pages (ones with forms), but I don't want the whole site to work with ssl (slows it down)
Is there a way to configure specific pages to require ssl?
3
votes
2answers
484 views
Howto force SSL for all requests?
Is there a way to force SSL for all requests? Much like the option to use admin ssl, but for all requests, including the ones who are not logged in.
3
votes
2answers
336 views
How to get the post editor and media library to respect HTTPS administration mode?
I have a site with FORCE_SSL_ADMIN turned on. When I'm editing a post with an embedded image, or when I'm viewing images through the media library, they are loaded using the http:// protocol rather ...
3
votes
2answers
716 views
SSL Breaks Wordpress CSS
We purchased an SSL certificat from network solutions (would never recommend them to my worst enemy, btw).
Apparently it's activated... did a few checks that says it's activated for our domain. But ...
2
votes
5answers
2k views
Use a different domain for SSL
long time lurker - first time poster.
A client of mine has a website developed in CakePHP, and a wordpress blog installed in the /blog/ directory.
Let's say the url of the main domain is ...
2
votes
1answer
147 views
Protocol neutral URLS with wp_enqueue_script (SSL issues)?
How do I use wp_enqueue_script so that I get protocol neutral URLs? Here is how I'm currently using it:
<?php wp_enqueue_script('name', get_bloginfo('template_directory'). '/js/name.pack.js'); ...
2
votes
3answers
479 views
Force home page to be https?
I have a SSL certificate and https plugin which both work fine along with changing the Settings in the Wordpress menu to https but I have to manually enter 'https' to see the Secure version, is there ...
2
votes
1answer
288 views
Gravity Forms not loading under https, jQuery is not defined
I am using Gravity Forms on my Wordpress site, and so far so good. The problem is I have made the page secure (https/SSL), and this is making the form not to work.
It looks like the issue is how the ...
2
votes
1answer
375 views
Switching MultiSite installation from HTTP to HTTPS
I installed MultiSite with the URL set as http://example.com, but now I want to force all requests to go over HTTPS, so I'm trying to change the URL to be https://example.com. I've gone through the ...
1
vote
2answers
381 views
How do I map a subdomain in wordpress to the primary domain in a multisite setup?
We have a multisite setup, the primary domain needs to have domain.com, www.domain.com and secure.domain.com mapped in wordpress so the primary site's content loads on them. The problem we are facing ...
1
vote
2answers
34 views
Show widget when not using SSL
My wordpress site supports http and https. What I want to do is to add a widget when surfing over http that says something like "Surf this site secure" to show the visitor that I also have a secured ...
1
vote
1answer
126 views
“Upgrade Network” error: stuck with SSL certificate verification
When trying to update one Network/MU install, I got the following error.
Warning! Problem updating https://subdomain-A.example.com. Your server may not be able to connect to sites running on it. ...
1
vote
2answers
73 views
WordPress Dashboards: slowness and timeouts
On a single server, we have a number of single-site WordPress installations (which have been around for many years and have worked fine 'til now) and one newer multi-site installation that has been ...
1
vote
2answers
953 views
SSL redirect loop using Wordpress HTTPS Plugin
I'm using Wordpress in a NginX server proxying to an apache server which serves the pages. Recently we wanted to force the use of SSL at least in the Admin section, so we installed the Wordpress HTTPS ...
1
vote
1answer
227 views
How can I make uploaded images in the editor load with HTTPS?
I have the admin section of my site using HTTPS. This works pretty well except that the images inside the TinyMCE editor (the post and page rich text editor) load with http instead of https and so I ...
1
vote
2answers
281 views
How can I force users to a particular subdomain to log in for MU (Multisite)?
I have a Multi-Site installation of Wordpress, with multiple subdomains, but only one of the subdomains has an SSL certificate.
The domains are such:
www.example.com
blog1.example.com
...
1
vote
1answer
590 views
Using shared SSL for login/admin
I want to use SSL for login/admin. However, since I'm using a shared server, my web host only provides a shared SSL. That means instead of https://www.regular-domain.com I have to go to ...
1
vote
1answer
51 views
SSL Certificate and WordPress
One of my clients has decided to install an SSL certificate for his website/domain. I have developed a WP website for them it's ready to be deployed. We are currently accessing it via the IP address ...
1
vote
0answers
79 views
SSL via different domain & path with NGINX/PHP-FPM/WP
I am going to be hosting several WordPress blogs. They are all going to have their own domains. I want to handle their administrative functions via SSL but I do no want to buy an SSL certificate for ...
1
vote
0answers
48 views
Network Admin URL is shown to anyone before accessing a blog
I have a multisite setup and I noticed today that my security was not working properly.
Each of my blogs has its own url :
http://www.example1.com
http://www.example2.com
…
My "main blog" is not ...
1
vote
0answers
128 views
Domain Mapping for Wordpress MU and https redirection - How to?
Ok, here is my setup. I have a Wordpress MU site setup which uses domain mapping.
The root of the site is greatwhitehosting.com.au.
Any other site I add using domain mapping works fine and all sites ...
1
vote
0answers
186 views
htaccess rewrite conflict with wordpress rules and ssl
this one has me buggered- I have the below htaccess rule to redirect ssl to non-ssl pages. this works fine, except I'd like to exclude certain wordpress requests from this rule- for example, ...
1
vote
0answers
45 views
Forcing SSL login, have to log in again from WP/BP-Admin Bar
I am forcing SSL login on a multisite install running BuddyPress, and after doing so I have to log in a second time when trying to access anywhere in the dashboard via the admin bar.
0
votes
2answers
113 views
Wordpress administration Over SSL - To Force SSL Logins and SSL Admin Access
I have a plan to enable SSL to admin login of my wordpress site,
Is it a best practice?
What will be the behavior of plugins?
What are the pros and cons of my decision?
0
votes
3answers
2k views
How do I find non-SSL problems on my SSL page?
I have a couple of pages on my WordPress site that need to run over SSL. I've installed the WordPress HTTPS plugin and configured the pages to use SSL.
However, I'm still getting the error message ...
0
votes
1answer
259 views
Is there a way to tell menu items to force non-SSL URLs?
I've got a client site which uses SSL for only a small chunk of pages where users purchase subscriptions. So, for those pages, we just make sure that any links into them have hrefs with https://etc ...
0
votes
1answer
148 views
Force Load https Wordpress Plugins
Having a mixed security issue that is affecting functionality in browsers because some of my plugins are loading with http instead of https. I'm running under a multisite setup.
Thanks!
This is what ...
0
votes
1answer
272 views
How can I rewrite old attachment URLs?
I recently converted my WordPress installation to use SSL on all pages, and now I'm getting mixed content warnings. I've cleaned up everything in my themes and admin pages, but I'm still having ...
0
votes
2answers
507 views
How to use a Wildcard SSL with WordPress Network?
I am using WordPress Network to have a network of sites, but as each site needs to be on Facebook they now need to be SSL secured. (Note: not just the admin, but the whole front-facing site)
I ...
0
votes
1answer
42 views
Is it safe to use Web Invoice 2.1.0 without SSL?
Is it safe to use Web Invoice 2.1.0 without SSL, (if only interfacing with it using Paypay)?
0
votes
1answer
23 views
How to make my wordpress site responds for 2 domains
I have a Wordpress Woocommerce site running on www.mydomain.com.br and I'd like it to also respond for the domain srougi.biz/mydomain because my return page (page that users go after payment) must ...
0
votes
2answers
18 views
How to server wordpress from SSL and non-SSL URLs
I have a standard wordpress installation with no plugins residing in /var/www/blog on my root server. It uses an Apache2, mod_rewrite, mod_ssl and that is configured just fine and works perfectly for ...
0
votes
0answers
30 views
Update Network Warning
Warning! Problem updating https://[host]/[blabla]. Your server may not be able to connect to sites running on it. Error message: Peer certificate cannot be authenticated with known CA certificates
is ...
0
votes
0answers
55 views
Can I set up Wordpress Multisite where one of the subdomains has ssl?
I would like to install wordpress multisite on a live server and have one of the sub-domains be https. The main site is not https and neither are the other sub-domains. Is that possible? Thanks!
0
votes
0answers
36 views
Have different site location for wp-admin in IIS
I'm attempting to put a WordPress blog on a Windows server. PHP and WordPress installed just fine, and I have a working website, and admin site. However, I want to access the wp-admin directory using ...
0
votes
0answers
34 views
Update Network = certificate error
I just upgraded a WordPress Network from 3.4.2 to 3.5.1. I went to Update Network (/wp-admin/network/upgrade.php), upon suggestion of the prompts. After hitting the Update Network button, I get this ...
0
votes
2answers
357 views
bloginfo() and get_template_directory_uri() with SSL?
I have a Wordpress theme I'm attempting to put on an SSL-only website. There is no non-SSL version of the site.
The Wordpress theme uses various functions like bloginfo('pingback_url'), ...
0
votes
1answer
40 views
Issue with Multisite and SSL
I have a multisite with subdirectories and an SSL. I cjanged the options tables for the main site and one subsite, but the ssl is only registering for the main site. I even checked the "Update siteurl ...
0
votes
1answer
59 views
SSL problems with WordPress
I want to use SSL with my WordPress installation but only on the admin interface (because it is self signed). Now my problem is that when I go to the main site I become redirected to the https ...
0
votes
1answer
139 views
How to map secure.domain.com to www.domain.com or domain.com with “WordPress MU Domain Mapping” on the primary multisite domain?
We have a multisite setup, the primary site needs to have example.com, www.example.com and secure.example.com mapped in wordpress so the primary site's content loads on them.
secure.example.com will ...
