Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#109 2018-10-15 09:01:21
Re: Server migration - status, discussion
phiw13 wrote #314605:
I gave a (disused) TXP 4.6 on localhost a quick spin. Pophelp works fine, as far as I can tell. I see the “Update language” issue you flagged in the other thread, though. Everything else (admin side and front end) work as expected.
Thank you, Philippe!
Offline
#110 2019-01-14 12:09:55
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Server migration - status, discussion
Hi Pete. Me again with my FF45 on ESR channel.
I don’t get the stylesheet served on the docs site, e.g. on
docs.textpattern.com/tags/if_custom_field
FF reports SSL_ERROR_NO_CYPHER_OVERLAP
there, when trying to load the stylesheet from code view.
On the .org site, FF is a little more talkative, at least on my first attempt: SSL_ERROR_PROTOCOL_VERSION_ALERT
on the first screen. When I drill deeper I get SSL_ERROR_NO_CYPHER_OVERLAP
. No chance for me to visit that site, the offer to load the page despite of the certificate warning ends in front of that second note.
My supported cipher suits are still the same
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA
- TLS_RSA_WITH_AES_128_CBC_SHA
- TLS_RSA_WITH_AES_256_CBC_SHA
- TLS_RSA_WITH_3DES_EDE_CBC_SHA
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#111 2019-01-14 12:21:04
Re: Server migration - status, discussion
Hi uli – let’s pick this apart a little.
First, docs.textpattern.com
is a CNAME for textpattern.github.io
, and the docs site is hosted on GitHub. So, your link…:
https://docs.textpattern.com/tags/if_custom_field
is essentially the same as…:
https://textpattern.github.io/tags/if_custom_field
When I view the latter, I get a SEC_ERROR_UNKNOWN_ISSUER
error on Mac/Firefox 64. That’s on pure GitHub (the github.io
domain, so I’m not sure what the solution is that. If you spin up another browser, do either of the URLs work for you?
Offline
#112 2019-01-14 13:01:56
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Server migration - status, discussion
Pete, I’m on the textpattern URL before a wink of the eye, so can only say something about that one: On Google Chrome (v42) I see the page without CSS, when I click the css link from inside code view I get ERR_SSL_VERSION_OR_CIPHER_MISMATCH
.
On Chromium (v50) I’m pampered with the stylesheet.
Thanks! :)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#113 2019-01-14 13:03:47
Re: Server migration - status, discussion
Thanks for the update, uli – I’ll park this for now and take a look later on when I have a bit more time.
Offline
#114 2019-01-14 13:16:27
Re: Server migration - status, discussion
Side note, Firefox ESR 60 has been out for a while now (and works as expected). Firefox 45.x codebase is almost 3 years old so things are going to gradually be broken in that browser.
Offline
#115 2019-01-14 14:09:45
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Server migration - status, discussion
I can’t use any FF > 45 on my Mac OS. I need it for XPress (that generally only opens QX files from one generation back), so I can still work on our files from the past. That’s a problem of probably some more smaller/soloist agencies. Just saying.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#116 2019-01-16 10:01:27
Re: Server migration - status, discussion
uli wrote #316110:
I don’t get the stylesheet served on the docs site, e.g. on
docs.textpattern.com/tags/if_custom_field
This should be fixed now, thanks for the report.
On the .org site, FF is a little more talkative, at least on my first attempt:
SSL_ERROR_PROTOCOL_VERSION_ALERT
on the first screen. When I drill deeper I getSSL_ERROR_NO_CYPHER_OVERLAP
. No chance for me to visit that site, the offer to load the page despite of the certificate warning ends in front of that second note.
Do you have any SSL errors thrown on textpattern.com?
EDITED: bq.‘ed the second part of my citation.
Last edited by uli (2019-01-16 10:48:27)
Offline
#117 2019-01-16 10:44:44
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Server migration - status, discussion
Will report back later, currently I’ve only mobile with FF64 at my disposal (which works anyway) . My internet connection is changed over to voip with router trouble. But thanks for your efforts, much appreciated!
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#118 2019-01-16 13:03:34
Re: Server migration - status, discussion
gaekwad wrote #316149:
This should be fixed now, thanks for the report.
And you resolved the Georgia appearing in Firefox instead of PT Serif on the forum in as well :-) Thanks!
TXP Builders – finely-crafted code, design and txp
Offline
#119 2019-01-16 17:09:20
Re: Server migration - status, discussion
jakob wrote #316152:
And you resolved the Georgia appearing in Firefox instead of PT Serif on the forum in as well :-)
I do like solving problems I wasn’t even aware of!
Offline
#120 2019-01-16 17:19:33
Re: Server migration - status, discussion
gaekwad wrote #316157:
I do like solving problems I wasn’t even aware of!
It was the Access-Control-Allow-Origin
change (which affected both the forum and docs site).
Offline