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
0 answers
12 views

Https over CludflareD Tunnel with custom Comodo SSL Certificate?

I have read many similar topics but none of them helped me. How do I configure Https through CludflareD Tunnel with my custom Comodo SSL Certificate. I have been working fine with Universal SSL for a ...
JDev's user avatar
  • 123
-1 votes
0 answers
43 views

HSTS error with substituted certificate [migrated]

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 ...
John Frickson's user avatar
0 votes
1 answer
23 views

How can I insure that http requests to server get routed to https. Troubleshooting domain and server

I have a domain myfunkyserver.com (not the real name). The domain is supposed to send the connection to a VPS located in godaddy's data centers. The server is running nginx on alma linux, and has ...
chrisroode's user avatar
0 votes
1 answer
102 views

configure SSL for webserver on last stage of the network

I made a simple network with a webserver on the 8080 port (http-only). As the diagram, I need to use http only on this webserver and configure SSL on the next stage, which is a Linux pc. Please let me ...
Rusma Velayati's user avatar
5 votes
2 answers
1k views

Why some web servers dont have 'initial connection'?

I am testing my web server for response speed, these are VPS servers (AlmaLinux 9, Apache, Let’s Encrypt SSL certificates), and i am optimizing some laravel apps, html pages, php apps, rest APIs, ...
Aaron Hernan's user avatar
0 votes
1 answer
101 views

HTTPS timeout/site won't load. HTTP works

Have 'mydomain.com' hosted by GoDaddy 'with multiple CNAMEs, ex: 'one.mydomain.com', 'two.mydomain.com'. I have a wildcard SSL certificate from GoDaddy installed in IIS and setup site bindings. Every ...
itnoobie's user avatar
0 votes
1 answer
69 views

Non-www not redirecting to www HTTPS Nginx

I am pretty new to nginx and have tried fixing the issue with a number of different solutions on this site and elsewhere but still can not resolve the non-www to www. The odd thing is that another ...
John K's user avatar
  • 1
0 votes
0 answers
37 views

Why has HTTP3 more overhead?

I did some testing of HTTP3 and got the surprising result that HTTP3 has more overhead for single requests than HTTP1.1 or HTTP2. Surprising, as it is advertised the other way round. What I did was ...
omgold's user avatar
  • 1
0 votes
0 answers
43 views

I am attempting to redirect a subdomain to an external site using htaccess. HTTPs is not working [duplicate]

My virtual Hosts are configured as follows: <IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin [email protected] DirectoryIndex index.php DocumentRoot /var/www/html/ ServerName ub-web-...
Robert Ellis's user avatar
0 votes
2 answers
95 views

Two HTTPS applications on the same host

Is it possible to run to HTTPS applications on the same host? For example: Python FastAPI Back-End on port 8000 using HTTPS. JS React Front-End on port 4000 using HTTPS. Will it work without a TLS ...
ulik kulinyak's user avatar
0 votes
0 answers
86 views

Block HTTP/HTTPS POST/PUT from a container

Is there a practical way to inspect HTTP/HTTPS and block arbitrary POST and PUT requests, from within a container, to the internet? (while still allowing GET requests) I had a look at eBPF but I am ...
Henrique Mendonça's user avatar
0 votes
0 answers
38 views

Regarding 443 port issue

I have node.js application Client-end Back-end. My domain www.xyz.com is assigned to client-end on port 3000 and www.api.xyz.com is for my data base port:3001 I was getting HTTPS errors for both the ...
Syed Emon's user avatar
0 votes
0 answers
36 views

IIS randomly stops serving HTTPS traffic

Have not found much information on this issue, so hoping someone has some light to shed. Server 2022 with IIS configured to use CCS, approx. 25 websites, either all or random ones will go down with a &...
user1270483's user avatar
0 votes
0 answers
98 views

Unable to access HTTPS domain within local network, but HTTP works

I have an Apache webserver listening on ports 80 and 443. Port forwarding has been configured on the router to forward traffic from the public IP address on these ports to the internal IP address ...
Mehrdad Moradi's user avatar
0 votes
0 answers
92 views

Unable to host the application to https

I recently updated my ASP.NET web API from targeting .NET Framework 4.5.2 to 4.7. The application runs perfectly fine locally, but I'm facing issues when deploying it to a Windows Server 2022 VM. Here'...
Ajith G krishna's user avatar

15 30 50 per page
1
2 3 4 5
171