Skip to main content

Questions tagged [https]

HTTPS stands for HTTP Secure and is a combination of HTTP and SSL/TLS (Secure Sockets Layer/Transport Layer Security) and is used to provide an encrypted connection to a website.

4 votes
3 answers
27k views

How to fix: "listen tcp :443: bind: permission denied" on mattermost using ansible

I am deploying Mattermost in my AWS environment using ansible. I am trying to set a secure https connection, but I keep getting this error when I go into the logs: {:"commands/server.go:112"...
0 votes
0 answers
11 views

how to configure Piped for https on local network with self signed certificate?

I'm configuring Piped on my RPI home lab. In my router I created DNS records youtube.home, api.youtube.home and proxy.youtube.home with the IP of my RPI. I download Piped and execute the configure ...
0 votes
1 answer
5k views

Internet Explorer 11 can’t access HTTPS on non standard port (8443)?

I have a road warrior who is accessing one of our servers from its IP address. For a few days he cannot access to a service which listen on 8443 https TCP port. HTTP version works well on port 8080. ...
16 votes
7 answers
24k views

Log HTTP and HTTPS browser traffic, decrypting the latter

Is there a way that I can save all HTTP and HTTPS browser communications (including request, response, full headers and body) to files on my computer? The HTTPS communications must be saved decrypted....
5 votes
2 answers
6k views

Redirect all HTTP traffic to HTTPS including subdomains

I'm trying to redirect all HTTP traffic to HTTPS including subdomains. I have the domain setup with FastComet on their Shared Hosting using cPanel. Some examples of how I like to redirect. http://www....
2 votes
1 answer
5k views

Cannot access my router webpage because Chrome forces https

I cannot access my router webpage which is http://192.168.1.1 because it gets redirected to https://192.168.1.1 (gives me ERR_SSL_VERSION_OR_CIPHER_MISMATCH). I know that google switched to https for ...
-1 votes
0 answers
49 views

Browsers redirecting to https

I have an internal site that uses http and is not configured for https. I am using Chrome 126.0.6478.61 and Edge 126.0.2592.56.Chrome start redirecting to https for my site last week so I switch to ...
3 votes
1 answer
8k views

Windows: SSL/TLS connection reset after ClientHello (ECONNRESET / write:errno=10054)

I'm using Windows Server 2012 as a workstation. The problem is that HTTPS connection initiated by node.js randomly fails. Probably this is system-wide issue and not only node is affected, but it ...
0 votes
1 answer
3k views

Can't make https request from inside docker container, but it works fine on the host machine

In my application I need to make request from Docker container to my company's internal JIRA instance, but the requests always time out. I can make https requests to other sites from inside the ...
0 votes
1 answer
66 views

How do we create an SSL certificate on a website hosted on a Mac OS Sonoma system using a third-party SSL provider?

We have a website that we are hosting from a MacBook. We would like to add an SSL certificate to the website itself. Is there a way to do this, or should we just add the SSL to the whole system? We ...
2 votes
2 answers
4k views

Apache mod_rewrite working with http but not https

I am configuring an apache server to change URLs from [http://(IP)/users/testuser/test.html] to [http:/(IP)/~testuser/test.html] This works fine, as such RewriteEngine On RewriteRule ^/users/(.*)$...
0 votes
1 answer
4k views

Apache2 ignores "authorization result of <RequireAny>: denied (no authenticated user yet)" and let random user to login

I am trying to figure out why Apache2 ignores "authorization result of : denied (no authenticated user yet)" and let random user to login. Apache vhost config is : <VirtualHost *:443> ...
1 vote
1 answer
3k views

Unable to start Tomcat 10 with https connector

I have just installed tomcat 10 and tried to integrate a jks file that i have been using in a tomcat 9 installation with no issue, but i was unable to start the tomcat 10 with it. Can anyone please ...
1 vote
1 answer
175 views

The Windows trusted the self-signed certificate but Google Chrome returned the NET::ERR_CERT_AUTHORITY_INVALID error

I created a self-signed Root CA certificate, then created an IA certificate signed with Root CA, and finally created a server certificate signed with IA certificate. These are the commands that I use: ...
0 votes
1 answer
6k views

How to properly install SCR3500 card reader on mac - Mac OS X 10.6.8?

I am trying to login into some secured site and I am required to use SCR3500 card reader. I found and installed some drivers - http://support.identive-group.com/download_scm/download_scm.php?lang=en. ...

15 30 50 per page
1
2 3 4 5
59