25,004 questions
Advice
0 votes
3 replies
52 views
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 ...
Best practices
0 votes
0 replies
26 views
Where should I put http basic auth delegate methods, which are shared among a couple of view controllers?
I am wondering where I should put http basic auth delegate methods in my xcode project, given the conditions below. xcode 14.0 objective-c it has a tab bar controller, which has four view controllers....
172 votes
11 answers
312k views
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 ...
3 votes
3 answers
10k views
Failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request - OAuth 2.0 POST
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. ...
142 votes
9 answers
344k views
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?
4 votes
2 answers
10k views
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 ...
0 votes
1 answer
1k views
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:[email protected]" method="post" encType="...
1 vote
1 answer
12k views
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***', ...
7 votes
1 answer
37k views
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, ...
0 votes
1 answer
8k views
java.security.cert.CertificateException: No subject alternative DNS name matching
I am writing a file reader through REST api, simple code as below: import domain import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; ...
1 vote
2 answers
14k views
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 ...
3 votes
3 answers
10k views
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 ...
Best practices
0 votes
1 replies
46 views
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 ...
4 votes
3 answers
2k views
All HTTPS connections outside of browser fail with "SSL certificate problem: unable to get local issuer certificate"
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, ...
0 votes
1 answer
8k views
The requested URL was not found on this server after SSL. Apache. WordPress. Self host
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 ...