Mozilla Browser doesn't use http2 on my online site, but it uses http2 on my local.lan site. Weird, since both are coming from the very same server. I tested http2 availability via curl and got a 200 response with all headers. The only difference between my local and my online site, is the online version has more restrictions, and more modules in use. So my question is is there any module that Mozilla prevents using http2? Any help would be greatfull.
Mozilla not using http2
149 Views Asked by Christian Feilert At
1
There are 1 best solutions below
Related Questions in APACHE
- Special access rule in an .htaccess file for IP addresses, authorized only for one directory structure
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Cannot load modules/mod_dav_svn.so into server
- How to ignore case in regexp mapping in a .htaccess rewrite rule?
- Oracle Http server ISNT-07551
- I cant access file directory with PHP local host on XAMPP. it just shows one of the files I have in my visual studio code
- Apache Reverse Proxy: only one proxy directive is working. Second one is ignored
- Issue with Django --> Apache WSGI deployment
- changing the node version used by apache web server
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Why/How does Apache auto-include "DHE" TLS1.2 ciphers while nginx needs "dhparams" file?
- Set up MX records in apache/Ubuntu to point to external mail server
- How to proxy to another port?
- Php can not upload file out of /var/www/html even after disabling Selinux
- Serve static site on S3 + CloudFlare with Apache retaining the source URL
Related Questions in HTTP2
- Selenium Wire webdriver cannot browse site
- HTTP/2 POST requests with compressed responses failing ERR_HTTP2_PROTOCOL_ERROR 200 (OK)
- 103 Early hints response not sending properly with HTTP/2 request
- How can I check if client terminated the gRPC connection?
- Received duplicate pseudo-header field b':path' error when I send http2 requests in python
- AWS-LAMP Bitnami | External API Call Error
- Too large Auth-Header in request: okhttp3.internal.http2.StreamResetException: stream was reset: CANCEL
- Enable HTTP/2 instead of http/1.1 on local server
- HttpWebRequest not responding suddenly
- Is it possible to expose WCF services that can be addressed by HTTP/2 ? and how can I do it?
- How to read HTTP2 HPACK compressed headers using tshark
- HTTP2_PROTOCOL_ERROR and ERR_CONNECTION_CLOSED when updating weblogic version 12 to 14
- Inconsistent Browser Support for Alt-Svc Header and HTTP2 Frame Implementation
- How to handle UDP and HTTP2 requests in Springboot using Netty
- How to use hyper server with unencrypted HTTP/2 (H2C)?
Related Questions in MOZILLA
- how can i use require(""); in javascript
- Polymer paper-dialog on Mozilla Firefox
- Style.css not loading in Mozilla Firefox
- Firefox 38-40 SMIL problems - very slow speed (resolved in FF version 41 from 22.09.15)
- This webpage is not available ERR_NAME_NOT_RESOLVED
- for of loop querySelectorAll
- nss-3.14.1-3.fc16.src.rpm build fails with error: test suite returned failure(s)
- How SCSS rule evaluation done by browser
- css Positions are not same in mozilla and chrome
- Why mozilla changes the characters when i use the .net mvc statement redirect?
- woocommerce thumbnails have different image widths in chrome and mozilla
- php redirection working in chorme but not on firefox
- Geolocation not working in mac - firefox
- Cannot get Java Applets to work in any browser
- Retrieve html code of selected text
Related Questions in WEBMIN
- Webmin CentOS7 AWS backup errors - perl(S3::AWSAuthConnection) can't be installed
- Wordpress login page keeps refreshing on login -- setup on Webmin
- Adding Imports and Customizing Echarts/other Plugin Code in Grafana
- NTP time synchronization failed : Missing ntpdate and sntp commands Webmin
- ValueError: "Challenge did not pass" for Let's Encrypt Certificate Request
- How to test php api stored in webmin file storage?
- Determining whether I should to upgrade an Apache web server (by server-status data)
- Failed Network Error When Downloading Log File From Webmin File Manager
- Webmin keeps redirecting to 192.168.*.* using KeenDNS (dynamic DNS provider) after login
- Install Laravel script on Webmin/Virtualmin...issue connecting to database
- Develop a web interface for custom embedded device
- Where can I find credentials for webmin which was ran in docker-compose?
- Webmin Loading issues on clean install
- How do I edit/delete MySQL backups in Webmin
- Mozilla not using http2
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Hei, first of all. I will thank u all. There wasn't any http2 issue. with firefox, i totally forgot about the service worker. Unregistered the worker and, all seems fine.
i'm the one to blame.