lucasec
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Problems after latest WP upgradeOk with that crisis averted, I can get back to checking for bugs and such.
Also, please let me know if you still need the test site, otherwise I’ll delete it. I have no problem with keeping it around if you’re still using it though.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Problems after latest WP upgradeOk, I will. I conveniently just accidentally completely deleted one of my WP sites so any URLs I posted above may be down until my backup restores 🙁 .
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Problems after latest WP upgradeI’ve got it doing what I need it to now. There’s still a few URLs that are https://www.miltb.com, but the scripts are working, which was all I need to work for my purposes.
It might be worth looking at https://www.lucasec.com/bw (I changed the URL) as some feed links still seem to be incorrect but the scripts now are using the right URLs.
I’ll let you know if I come across any more problems.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Problems after latest WP upgradeI’ve disabled all the plugins and the problem is still present, but with all the other plugins disabled the only bad URLs in the source are the header image in the theme and some metadata about the XMLRPC pingback.
To further troubleshoot I set up a clean wordpress install at test.miltb.com. All I did was install and then go add the WordPress HTTPS plugin.
The shared ssl URL is set to: https://www.lucasec.com/test/
When I go to that URL, the stylesheets try to load from https://test.miltb.com until I turn on “Disable Automatic HTTPS”, then it’s just the header image and Javascript that won’t load, which can be seen on https://www.lucasec.com/test/?p=1#comments.Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Problems after latest WP upgradeAdmin access should be fine.
Before I do that though I’m going to go ahead and check all my plugins for conflicts.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Problems after latest WP upgradeThe WordPress install’s usual address is http://www.miltb.com . miltb.com is an add-on domain on my hosting package which has a primary domain of lucasec.com. I actually do have a dedicated SSL but it only covers http://www.lucasec.com.
Here’s my WordPress HTTPS config:
Internal HTTPS Elements – CHECKED
External, Bypass check – UNCHECKED
Disable Automatic HTTPS – CHECKED
Force SSL – UNCHECKED
Shared SSL – CHECKED, Host: https://www.lucasec.com/ext/bandwebsite/wpblog
Force Shared SSL Admin – UNCHECKEDWhen I visit this URL, some stuff loads using the Shared SSL URL, but other content loads using https://www.miltb.com, which produces a certificate error.
Permalinks don’t work, but I can remedy that by moving some folders around.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Problems after latest WP upgradeI’ve been trying to get HTTPS working on on e of my sites using the Shared SSL option, and having some problems. I’m not sure if these existed before, it may be a WP 3.2-related problem.
When I turn on the Shared SSL option, when visiting my site form the Shared SSL URL, the page fails to load stylesheets and JavaScript code.
Looking at the source, none of those URLs have been changed to the shared SSL URL. Turning on the “Disable Automatic HTTPS” option fixes the URLs for stylesheets but the JavaScript URLs still point to https://[non-Shared SSL blog URL].Is there a way I can fix this?
Thanks.Yep, that fixes it!
Thank you for your help.