https Questions
5
Solved
We currently want to start hosting all our assets through AWS S3 and we also want to server everything over https. I understand I can use the Amazon Certificate Manager (ACM) with Cloudfront to ser...
Satisfactory asked 24/2, 2017 at 15:1
4
Solved
I am trying to setup gitea to use https with a certificate I got from letsencrypt running the service as a normal user.
I already got it working with http on port 80 with a normal user git and red...
3
What is the best approach to enable https on ec2 public dns? I just have single instance running so i don't think adding load balancer is good approach and I don't have any domain name to point to ...
Magdaleno asked 18/3, 2021 at 7:41
4
Solved
I have a small, test FastAPI web application that is serving a simple HTML page that requires a css style sheet located in the static folder. It is installed on a Linode server (Ubuntu 20.04 LTS), ...
3
How to run cordova app webview on http://localhost instead of https://localhost ?
I have been compiling my app with API Level (targetSdkVersion) 30 and as far as I know my app was running internall...
Durazzo asked 16/11, 2022 at 17:14
1
I'm trying use wget to download a website but it does not keep it session alive after the first Webpage its cloned, the website has a login and uses HTTPS so I wont be able to navigate trough it if...
2
I'm a new user to REST services. I need to consume a RESTful API service generated with Jersey. The problem comes because that service is hosted on remote host and it requires https access with cer...
Anlage asked 11/7, 2012 at 9:41
5
Solved
I'm trying to send HTTPS requests as quickly as possible. I know this would have to be concurrent requests due to my goal being 150 to 500+ requests a second. I've searched everywhere, but get no P...
Simonsimona asked 24/11, 2022 at 23:56
1
Hi I'm currently working with react native on Android with Expo. I am trying to send requests to my server which has a valid ssl certificate, but for some reason axios takes it as invalid, so axios...
Nocuous asked 17/1, 2020 at 7:14
12
Solved
I have a node app running successfully on Heroku. I have purchased an Expedited SSL certificate and it all works fine. I go to https... and get a full 'green bar' proving the site is being served o...
2
I am trying to set up HttpSecurity in Spring 6.1.2 and I need to add jwtEntrypoint to it but I discovered
protected void configure(HttpSecurity http) throws Exception {
http.cors().and().csrf().di...
Pindling asked 2/8, 2023 at 22:37
3
Overview:
I used wiremock standalone 2.1.11 and did the following to enable HTTPS URL for my request but to no avail:
Studying the doc http://wiremock.org/docs/running-standalone/
Adding --ht...
11
Solved
I must consume a PHP webservice which has a SSL certificate. My .net 3.5 Class library references the webservice with 'Add Service references' in Visualstudio 2010 (WCF right?).
When calling the m...
Presume asked 16/12, 2010 at 17:14
6
Solved
I downloaded the app Charles Proxy, I added the certificate and I can confirm that the Charles certificate is in my certlm (Certificate Manager) in the "Trusted Root Certification" folder, I had al...
Muumuu asked 22/5, 2020 at 16:51
2
Solved
We want to to route https traffic to an https endpoint using Istio Ingress Gateway.
We terminate the TLS traffic at the Ingress Gateway, but our backend service uses https as well.
I have the fol...
Ecosphere asked 5/2, 2020 at 11:25
2
Solved
I have a React App that works beautifully over HTTPS using a .env.production file containing:
HTTPS=true
SSL_CRT_FILE=/etc/ssl/certs/mycert.crt
SSL_KEY_FILE=/etc/ssl/private/mykey.key
the packa...
Serigraph asked 4/6, 2020 at 6:37
3
I thought this would be a simple task, but I struggle to find a way to force my webpage to use https.
The next.js webapp lives on the heroku servers and I've set up the SSL. Both https and http ver...
Fantasize asked 3/3, 2021 at 13:28
2
I am using Zend_HTTP_Client to send HTTP requests to a server and get response back. The server which I am sending the requests to is an HTTPS web server. Currently, one round trip request takes ar...
Giroux asked 30/7, 2010 at 0:5
2
Why can't I access any of my local development sites anymore? Firefox and Chrome both redirects to HTTPS (localhost/site becomes https://localhost/site and throws an error) ...
I'm not going to set...
Cockboat asked 9/6, 2021 at 11:29
4
Solved
I had working Let's encrypt certificates some months ago (with the old letsencrypt client).
The server I am using is nginx.
Certbot is creating the .well-known folder, but not the acme-challenge f...
Dissonancy asked 14/7, 2016 at 19:32
10
Solved
When developing client side javascript applications, the developer network panel is invaluable for debugging network issues:
How does a developer creating a NodeJS application monitor the networ...
Olivette asked 5/3, 2015 at 8:37
11
I followed the tutorial below to create a https server
https://docs.nodejitsu.com/articles/HTTP/servers/how-to-create-a-HTTPS-server/
and the program runs without errors
but when I can not open h...
3
Solved
I get the following error message (which is identical every try)
2016-07-20 20:09:28.013 MyApp[1140:374263] CFNetwork SSLHandshake failed (-9806)
2016-07-20 20:09:28.014 MyApp[1140:374263] NSUR...
6
I have randomly errors like these (svn and https) :
- ra_serf: An error occurred during SSL communication
- Error retrieving REPORT: An error occurred during SSL communication
with svn update on t...
Cynth asked 10/9, 2013 at 6:49
2
Solved
I have seen this questions many times, but none of the answers works for me.
My DotNet Core app fails
The code:
public static void Main(string[] args)
{
CreateHostBuilder(args).Build().Run();
}...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.