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.

0 votes
1 answer
4k views

Trying to make an https call through an ssh tunnel (to bypass a firewall)

I have a bastion server which has access to another server which is otherwise unavailable to the outside world. I am trying to make it so that I can make an https web call to hit an endpoint on the ...
5 votes
1 answer
5k views

HTTPS (letsencrypt) squid proxy on a domain?

I'd like to make a HTTPS squid proxy (this kind) that can be used by anyone to access any site. This is not a reverse proxy, it is for the whole internet. For security reasons, IPs on my subnet should ...
1 vote
2 answers
305 views

HSTS error due to substituted certificate

For about two months I have been unable to reach a website I frequent. Firefox displays this message: Did Not Connect: Potential Security Issue Firefox detected a potential security threat and did ...
0 votes
0 answers
11 views

htaccess Force All Users to https

I have a valid SSL certificate for my website and want to redirect all traffic to https. I have already modified htaccess previously to enable more legible URLs (things like www.site.com/words/that/...
0 votes
0 answers
45 views

How to inspect HTTPS packets on my network?

I'd like to be able to inspect HTTPS traffic on my personal LAN to see what some closed source applications may be sending back to home base. I've heard that one viable way is to "man in the ...
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
29 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 ...
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
72 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/(.*)$...

15 30 50 per page
1
2 3 4 5
59