Quantcast
Channel: Active questions tagged https - Stack Overflow
Browsing all 1658 articles
Browse latest View live

SSL handshake failure in Java Application

I am trying to connect with TLSv1.3 to dnug.collab.cloud using Apache HTTP Client 5.4.1 with Java 17.0.8.1, but I keep encountering a handshake failure that I don't understand.When I set...

View Article


IIS: ERR_TOO_MANY_REDIRECTS with HTTPS Redirect Rule in Web.Config

I'm hosting a website (as a proxy with ARR) on an IIS server, and I want to redirect all HTTP traffic to HTTPS. However, when I enable the redirect rule in my web.config file, the browser returns...

View Article


Log Analitics query for summarized dau wise all http errors count

We have a requirement in our project to get day-wise http error count (http 4xx, 5xx) using Azure Log-Analytics.Day http 403 http 404 http 500 http 502 http ? total_error_count18-Dec 2 0 1 2 1 619-Dec...

View Article

Very slow svn client on windows, very fast svn client on linux

I am forced to use a visual-svn-server that is located in our windows domain. The problem is that it is super slow to use with windows client. Weird thing is that the same repository is very fast with...

View Article

Get HTTPS Method using VB6

I have been using the following procedure to read data from webpages on HTTP for years. Dim strReturn ' As String Dim objHTTP ' As MSXML.XMLHTTPRequest Dim strURL If Len(strURL) = 0 Then Exit Function...

View Article


HTTPS hearders but HTTP URL in FastAPI and Cloud Run

I created a FastAPI app and I can access the Swagger UI autodocs at https://cloudrundomain.app/docs. When I send an HTTPS request using the Swagger UI, the request.headers.get("X-Forwarded-Proto") is...

View Article

Why does an HTTPS URL override an HTTP URL when setting up listeners in .NET...

Can someone explain why setting an HTTPS URL when building a web app overrides the HTTP settings?I have the following code which works just fine:var webApplication =...

View Article

Connecting ionic Android/iOS app over HTTPS with my Local Server

After changes in Ionic App and Local Spring Boot Server, I see this error when switching to HTTPS instead of HTTP, when user tries to login:[ERROR:ssl_client_socket_impl.cc(878)] handshake failed;...

View Article


How to declare in a node app a ionos certificates with plesk?

Certificates are placed in /usr/local/psa/var/certificates/.But their names are crypted. More over, certificates will change every year.So how to do to use them in a node appplication ?It seems that a...

View Article


How do I generate the correct TOTP with Node with correct Headers and SHA512...

A recent school project I was assigned has a coding challenge we have to complete. The challenge has multiple parts, and the final part is uploading to a private GitHub repo and submitting a completion...

View Article

AWS how to switch from http to https [closed]

Created a new website, and it is working correctly only when I prefix with http://It does not work for https://I tried following all the steps, creating a cloud front distrubution, and the link for...

View Article

UEFI Application: Unable to fetch the body of Http GET request

I am developing a UEFI application using the EDK2 environment and attempting to perform an HTTP GET request using the UEFI APIs. The event is not getting signaled after the Http->Response call. If i...

View Article

SSL handshake failure in Java Agent (in HCL Notes 14)

I am trying to connect with TLSv1.3 to dnug.collab.cloud using Apache HTTP Client 5.4.1 with Java 17.0.8.1, but I keep encountering a handshake failure that I don't understand.When I set...

View Article


"git update-git-for-windows" error: The revocation function was unable to...

I am trying to update Git in Windows 10 with the command git update-git-for-windows, but I am facing the same issue as this person: https://github.com/git-for-windows/git/issues/3930.I ultimately...

View Article

Image may be NSFW.
Clik here to view.

How Can I Generate a Localhost SSL Certificate for My Angular 17 Application?

I want to generate a localhost certificate for using SSL in my Angular 17 application. Angular provides SSL by configuring it in the devserver (Vite) with:{"ssl": true,"sslKey":...

View Article


Hiding Endpoints in android sources

I am currently working on a mobile app which is using some URL addresses to fetch some sensitive data, both data and addresses should not be visible to the users(or anyone with decompiling APK source...

View Article

Tring to connect using HTTPS: Server redirected too many times

I am trying to connect to a secured connection URL (https://example.com ) using a Java program to check availability of the site. Generally, I connect to https://example.com in browser by disabling...

View Article


Qt QWebSocketServer - how to setup server to accept client using wss over a...

I created a simple chat application using QWebSocket and QWebSocketServer. The server side application is running on Windows Desktop. The client side application is running on the browser, and it was...

View Article

Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy...

I was trying to hit the https url for google api.Using the code below but its giving some errors.but i can hitting one google api http url and its working very well without any errorDataInputStream di...

View Article

Keep getting java.io.InterruptedIOException: timeout in Retrofit2

I get java.io.InterruptedIOException: timeout rarely in my office.However, it keeps occurring in stores.So, I setclient.addInterceptor(httpLoggingInterceptor) .connectTimeout(5, TimeUnit.SECONDS)...

View Article
Browsing all 1658 articles
Browse latest View live


Latest Images