Unable to connect to web server 'https' in Visual Studio 2022
I have two projects for the API and UI side of my project.On the UI side, I want to see the change I made with "ctrl + shift + w" on index.cshtml, but I get the error in the screenshot below.There are...
View ArticleThe requested URL was not found on this server after SSL. Apache. WordPress....
A few days ago I have installed SSL certificate and move to https. After this no one page (except homepage) was not abble to open. Each time I get an error The requested URL was not found on this...
View ArticleAll HTTPS connections outside of browser fail with "SSL certificate problem:...
Today, all HTTPS connections outside of my browser suddenly started failing with the error "SSL certificate problem: unable to get local issuer certificate." This issue affects all tools, including...
View ArticleInquiry on HTTP Endpoint Support in IBM API Connect for SAP Integration
My team is currently implementing an integration between an SAP system and an API platform managed using IBM API Connect.In our current setup, the SAP system can only communicate using the HTTP...
View Articleindy https GET - authentication
I am trying to make a HTTPS-get request work in order to load a webpage which has a URL starting with "https:". I am using Indy10 (5248) with Delphi 7. I don't seem to be able to get the authorization...
View Articlejava.security.cert.CertificateException: No subject alternative DNS name...
I am writing a file reader through REST api, simple code as below:import domainimport java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.net.URL;import...
View ArticleIssues with setting https.protocols System Property for HTTPS connections
I have a Java Implementation which used by various client applications to connects to to the third party systems. These third party systems supports different protocols over http/https. In this case,...
View ArticleHow do I fix SSL_verify_failed without bypass (verify=False)?
I am trying to get a cookie (and rest of the page) from a web site with cookie verification using requests library, but it fails on SSL certificate verification:HTTPSConnectionPool(host='***host***',...
View Articleaction="mailto:*email address*" in form not working over HTTPS
I want to create a simple contact page for my website. I created a form like this (using React).<Form action="mailto:btrorapps@gmail.com" method="post" encType="text/plain"...
View ArticleSubversion checkout not working in terminal over HTTPS Ubuntu 16.04
I am facing an issue while trying to checkout a project on the server using "svn co" command. Checking out and updating with softwares like TortoiseSVN or PHPStorm work properly over HTTPS, only the...
View ArticleHTTPS connections over proxy servers [closed]
Is it possible to have HTTPS connections over proxy servers? If yes, what kind of proxy server allows this?
View ArticleFailed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request - OAuth...
I am working with YouTube APIs for my college project, and I keep getting an error. Here I send them to the authorisation page to log in, when they allow access it sends the $_GET['code'] string back....
View ArticleGet angular-cli to ng serve over HTTPS
The following doesn't seem to do anything.ng serve --ssl true --ssl-key <key-path> --ssl-cert <cert-path>Creating the Certificate and key by providing them in the default ssl directory...
View ArticleCustom HTTP client (C) gets 403 from Cloudflare
Iām building a custom web browser in C to interact with specific target URLs. Target frequency is human-level requests (once every 1ā3 minutes). I use GET/POST requests and avoid automation or...
View ArticleTomcat with https not working
I'm trying to enable my rest API URL with HTTPS.But first my tomcat should be running with https.When I run tomcat and check URL belowhttps//localhost:8080 and http://hostedurl:8080 is working.I land...
View ArticleHow to bypass cloudflare ddos or redirect after 5 seconds using JSOUP?
I'm trying to get anime-list in this site, https://ww1.gogoanime.iothis is the code,org.jsoup.Connection.Response usage = Jsoup.connect("https://ww1.gogoanime.io/anime-list-A") .header("accept",...
View ArticleHave Jmeter use different Certs from keystore to make to requests
Need help setting up Jmeter to use multiple Certs.Need Jmeter HTTPS requests to use different client certificates that I have in a JKS keystore, currently 2 client certs/keys are in it.Currently I have...
View ArticleURL containing the scheme but not the authority (hostname)?
Is it legal (and good practice, and well supported) to omit the "authority" component from a URL (typically the hostname) but specify a scheme (typically http: or https: ) ?For example, are these valid...
View ArticleWhere should I put http basic auth delegate methods, which are shared among a...
I am wondering where I should put http basic auth delegate methods in my xcode project, given the conditions below.xcode 14.0 objective-cit has a tab bar controller, which has four view controllers.-...
View ArticleTring 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 ArticleLogin and getting session id of the logged using Https connection in java
I am trying to login to a website using the https requests and then capture the session id. I need this session id inorder to delete some tags in the web application.Till now I am able to login to the...
View ArticleFailed to Authenticate HTTPS connection when attempting GET from WebAPI
I am using ASP.NET Core. I have two projects:ASP.NET Core MVC applicationASP.NET Core Web API applicationIf I attempt to access one of the Web API endpoints using Postman, I do not have any issues; the...
View ArticleRead error: Failure in SSL library, usually a protocol error
I am trying to access an secure url by using a DefaultHttpClient.I am creating BKS file using portecel tool.The jks file created using the same is working fine in java program but the bks is throwing...
View ArticleGetting javax.net.ssl.SSLHandshakeException: Received fatal alert:...
I'm having thar error when consuming an https webservice. I have that error when running a client in Java 6. I can't change the version of the Jdk. I tried with jdk8 and it works perfectly.What could...
View ArticleLoadRunner SSL Certificate issue
I am trying to monitor a https URL using VirtualUser Generator, I have the pfx certificate of the user which is used to login as a user on the portal. I used the Openssl utility with Loadrunner to...
View ArticleUnable 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 ArticleGit error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502...
I work with TortoiseGit for my actual project. Me and the other members have some trouble since last week with our repository (worked perfect before).When I want to push/pull/clone (HTTPS), I get the...
View ArticleHow to check if a website is HTTP or HTTPS?
How can I check is a website is secure with a HTTPS or insecure with a HTTP ?My users need the enter their website like this: domain.com.My system need to ping this domain and check if it's a HTTPS or...
View ArticleSetting up NTLM Authentication with WCF to Sharepoint Web Services
I have been having a lot of difficulty setting up my WCF service to talk to Sharepoint Web services, specifically I am trying to use the Lists.asmx and Copy.asmx services. I got it working using an...
View ArticleHomebrew Apache macOS Tahoe [closed]
I installed Apache and PHP on my system and I can access localhost. I try to set up https://localhost and I followed this tutorial. I tried several tutorials and it doesn't work. As soon as I enable...
View Article