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

Inquiry 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 Article


indy 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 Article


java.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 Article

Image may be NSFW.
Clik here to view.

Issues 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 Article

How 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 Article


Image may be NSFW.
Clik here to view.

action="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 Article

Subversion 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 Article

HTTPS 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 Article


Failed 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 Article


Get 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 Article

Custom 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 Article

Tomcat 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 Article

How 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 Article


Have 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 Article

URL 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 Article


Where 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 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


Login 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 Article

Failed 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 Article

Read 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 Article
Browsing all 1792 articles
Browse latest View live