Title: Usage over HTTPS
Last modified: August 22, 2016

---

# Usage over HTTPS

 *  [langdonx](https://wordpress.org/support/users/langdonx/)
 * (@langdonx)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/usage-over-https/)
 * It works fine over HTTP, but I’m trying to use WP-United over SSL.
 * The problem I have is that all of the style-fixer <link> tags are pointed to 
   HTTP instead of HTTPS. I’ve drilled down in the code and see the URL coming from
   a function called `generate_board_url` in phpBB’s functions.php. If I put a `
   die($url)` before the return, I see “[https://&#8221](https://&#8221);, however
   if I just use `var_dump($url)`, all the urls are suddenly “[http://&#8221](http://&#8221);.
 * My only guess is that there’s some output buffering and content manipulation 
   going on somewhere.
 * I’ve hacked it up and gotten it working with the following code, but it seems
   like a bad idea in the long run:
 * `return str_replace('http:', '', str_replace('https:', '', $url));`
 * Does anyone know how I can fix this properly? Thanks!
 * [https://wordpress.org/plugins/wp-united/](https://wordpress.org/plugins/wp-united/)

The topic ‘Usage over HTTPS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-united_5976ab.svg)
 * [WP-United : phpBB WordPress Integration](https://wordpress.org/plugins/wp-united/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-united/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-united/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-united/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-united/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-united/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [langdonx](https://wordpress.org/support/users/langdonx/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/usage-over-https/)
 * Status: not resolved