I'm getting this error today while API was working fine yesterday. Website is working fine and SSL is still active
When I send the request to example.com without www I get the same error and also get getaddrinfo ENOTFOUND
Related
Occasionally, the certificate used to bind HTTPS disappears.
When I try to access the Internet through HTTPS its display: "not possible to reach the site".
Also, when this happens, 2 errors appear in the event viewer window:
Schannel error - "A fatal error occured when attempting to access the TLS server cerdential private key. The error code returned from the cryptographic module is 0X8009030D.The internal error state is 10001."
HttpEvent - "An error occured while using SSL configuration for endpoint 0.0.0.0:443. The error status code is contained within the returned data."
Attached link for these 2 errors
Note that these two errors always appear when the server is not working.
The certificate is from GoDaddy.
When I restart IIS the site works again and I can enter it.
Can anyone help me solve this problem? How can I make this certificate binding to stay forever?
I just uploaded a laravel application to a live server. At first it loaded on desktop but after visiting on mobile, it gave this response:
Header shows: localhost/
This site can’t be reached
localhost is currently unreachable.
ERR_CONNECTION_FAILED
Error on desktop after visiting again
This page isn’t working
mysite.com sent an invalid response.
ERR_INVALID_REDIRECT
What do I need to do to make it work?
I have problem on integrating the facebook login/signup api,In my laravel project when I run php artisan serve, and after that when I register through facebook,My Chrome Browser blocks it with a message "localhost unexpectedly closed the connection." And at Command line I got this message "Invalid request (Unsupported SSL request)". I cant figure out whats the problem
I am requesting from iOS 9 device to https:// URL where iOS receiving error code -1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “example.com” which could put your confidential information at risk."
Which already mentioned on
https://developer.apple.com/library/content/technotes/tn2232/_index.html#//apple_ref/doc/uid/DTS40012884-CH1-SECGLOSSARY
FYI : The same request is working on iOS 10 & 11 devices with 200 Ok Response. Also i have already handled the challenge methods in my HTTP Class using NSURLSession API.
Here Server is using self signed certificate.
After entering this URL in my browser http://localhost/laravel-projects/public/
This page isn’t working localhost is currently unable to handle this request. HTTP ERROR 500
I am running Laravel project on Xampp. I also tried Vagrant and Homestead installation but am getting the same error.