Problem connecting to Mychart
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Broadband
- :
- Re: Problem connecting to Mychart
- « Previous
- Next »
Re: Problem connecting to Mychart
Wednesday
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@Penny It's a simple entry in the .htaccess file :
#### Redirect to https ####
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Re: Problem connecting to Mychart
Wednesday - last edited Wednesday
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Just out of interest I've been playing with this on four different browsers, trying http, https, and without prefix
and I've being seeing completely random results, where one minute that site times out, and next it works as expected.
I'm wondering whether that site has some sort of sessions limit, causing apparently random chances of it working ?
I did see a pattern where my older (than v128) Firefox browsers had the most trouble, and had wondered whether I was seeing the first signs of Mozilla expiring 'root certificates' due in March 2025, having previously been getting browser pop-up warnings to upgrade before 14th January 2025 (i.e. yesterday) otherwise there might be browsing problems.
FWIW, every time I've prefixed the URL with http it has always correctly redirected to https.
.
Re: Problem connecting to Mychart
Wednesday
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
There’s the possibility that this is a multi instance service and not all instances are configured identically. Seen such before - the response all depends on which service instance the load balancer points the initial request to.
In another browser tab, login into the Plusnet user portal BEFORE clicking the fault & ticket links
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
If this post helped, please click the Thumbs Up and if it fixed your issue, please click the This fixed my problem green button below.
- « Previous
- Next »
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Broadband
- :
- Re: Problem connecting to Mychart