How to disable Owncloud https redirect?
I installed Owncloud on Ubuntu 12.04 with an apache server. I use ssl for authentication but when sharing links and data it is cumbersome for the user to accept the self signed certificate. Is there a...
View ArticleNamecheap https forwarding issue with Wix website [closed]
I have a domain from Namecheap (let's call it forwarddomain.com) and want it to forward to a specific page on my Wix website (e.g., wixwebsite.com/forwardsite).The issue I'm facing is that...
View ArticleGet size of http.Request
In my application, I would like to register how many bytes are transferred down the wire by my HTTP client, to keep this metric under control.I could not find a way to accomplish this easily. The...
View ArticleNodeJS TLS unable to verify the first certificate [duplicate]
I'm trying to connect to a public API that's on the following domain https://curs.bnr.ro, but I'm facing this issue:Error: unable to verify the first certificate at TLSSocket.onConnectSecure...
View ArticleResolving javax.net.ssl.SSLHandshakeException:...
Edit : I tried to format the question and accepted answer in more presentable way at my blog.Here is the original issue.I am getting this error:detailed message...
View ArticleAccess localhost via HTTPS by Chrome on Ubuntu...
I want to access localhost via HTTPS by Chrome.Would you tell me how to solve ?localhost is building with tomcat in Spring Boot.I finished tocreate self-signed certification(*1)enable HTTPS on Spring...
View ArticleShould I hash the password before sending it to the server side?
I noticed that most sites send the passwords as plain text over HTTPS to the server. Is there any advantage if instead of that I sent the hash of the password to the server? Would it be more secure?
View ArticleThe SSL certificate for this service cannot be trusted
We scanned our website acbd.com with Serverscan and reports show that “The SSL certificate for this service cannot be trusted”.We are using a Comodo Premium SSL Wildcard Certificate and it's working...
View ArticleIgnore SSL errors in R httr connection
Updated:I am trying to access a corporate internal web API using:require(httr)url = 'https://my_server/api/search/query?q=stuff'httr::set_config( config(ssl_verifypeer = 0L) )data <- httr::GET( url,...
View ArticleXMLHttpRequest to a HTTPS URL with a self-signed certificate
How to do a Javascript XMLHttpRequest to a https:// URL using a self-signed certificate, that is known by the client to be legit?My attempts fire the error event of XMLHttpRequest.
View Articlehttps.request() is giving Error: connect ECONREFUSED 127.0.0.1:443
Hello there,I'm at my wits end I'm struggling I would like to know where I'm going wrongI can't seem to get past this error connect ECONNREFUSED 127.0.0.1:443 something tells me it's something small...
View ArticleMake data available across views and request flask
I have a platform that I'm building, this platformed is designed to be very modular and each component manages its state, now one key component of my platform is a JWT Token that I have linked to a...
View ArticleHow to find out if you're using HTTPS without $_SERVER['HTTPS']
I've seen many tutorials online that says you need to check $_SERVER['HTTPS'] if the server is connection is secured with HTTPS. My problem is that on some of the servers I use, $_SERVER['HTTPS'] is an...
View ArticleHttpSendRequest fails
I was just working on a project, and I required a c++ code in which I could implement wininet functions to make an HTTPS request to a server. Here is the following code ...void connect(LPCSTR hostname,...
View ArticleBrowser won't trust https for my .NET Core project
I tried to run my ASP.NET Core Web API in Visual Studio Code using https on Brave but I get an errorYour connection is not privateI tried to usedotnet dev-certs https --cleandotnet dev-certs https...
View ArticleOpening USA Clothing website with selenium python redirects me to the Europe...
When trying to open a certain URL where a jacket is shown with selenium-python the page automatically redirects me to the European home-screenHere's my code (USA store):URL =...
View ArticleHow to secure communication between Kotlin Android app and Ktor server...
I'm building an Android app using Kotlin that communicates with a Ktor server running on a remote machine. Currently, the app uses the Ktor client over plain HTTP for sending GET, POST, and DELETE...
View ArticleExcel file only opening read only when accessed through https [closed]
We have a web server (IIS) that stores XLSX files and allows access to them via https. Excel can load the file but is only allowing them to be opened read-only. We have tried giving full control to...
View ArticleHow to pre set git access token for HTTPS
BackgroundI have a Jenkins build pipeline that dynamically spins up a Windows VM, clones a repo containing utilities for our release process, and then uses a python script in that repo to clone a...
View ArticleExperimental HTTPS in Next.JS doesn't work if I run dev from a external HD
I have all my projects in an external HD in a Mac Studio M1. I don't have any issues running any of my projects. Just recently I found out that the flag --experimental-https doesn't create a...
View Article