Problems with SSL (port 443) and FB - facebook

I 've got the same problem like in this question: SSL Error on Port 443, Page is not showing and resulting in error 404
I'm trying to create a facebook application, but I have problems and I keep getting the same error as that person:
Error 404
The server can not find the requested page:
--url-- (port 443)
Please forward this error screen to --url--'s WebMaster.
I already created through the SSL/TLS Manager a Key, CSR and CRT for the domain that I'm using for the application, but I still cannot get to the index.php through https, while through http is all fine. There is no activate SSL button or anything like this, so I'm a bit lost -using cpanel for the first time-
Help?

This is almost certainly a configuration problem with your web server not serving the right content on port 443, that error message is definitely from your web server's side and not from Facebook's API

Related

How do I link the redirect uri to my localhost?

I'm trying to use localhost/users/auth/google_oauth2/callback as the redirect uri, but I keep getting An error occured while connecting to the server: DNS lookup failed for URL: http://localhost/users/auth/google_oauth2/callback
The trick here is to set http://localhost/users/auth/google_oauth2/callback inside the API web interface as one of the redirect URLs. The client side is what gets redirected, so it has nothing to do with the network. Beginner mistake, so hopefully if you're reading this I saved you a headache :)

Redirect HTTPS to HTTP With SSL Certificate Already Removed from CPanel

I want to ask something. I have an online store. My online store uses SSL for the entire website. I also get backlinks with https:// link. Now I do not use SSL again and wish every time people click on the link https will go to http. I've removed the SSL certificate from my CPanel. I've tried several .htaccess and php code, but none of which succeeded. Please help me, thank you. Here's some code I tried:
.htaccess HTTPS to HTTP code: http://pastebin.com/uDuB1S5K
PHP HTTPS to HTTP code: http://pastebin.com/UsDQnB8v
That became my problem is .htaccess and PHP code above always detect website's SSL, I want the code to detect whether the page is opened using the url http or https, not using SSL/not.
Note: The redirect is 301.
Thank you very much for your help.
Regards, Darnin.

SSL Certificate - untrusted error

We procured standard ssl certificate to mydomain.net from godadday.
We shutdown live server mydomain.com, configured new server mydomain.net with ssl, everything works fine.
We have added redirect records in DNS for mydomain.com to mydomain.net
www.mydomain.com redirecting properly to www.mydomain.net
We are experiencing a issue, when any request to https //www.mydomain.com
redirection happening but with untrusted certificate error message.
www.mydomain.com uses an invalid certificate.
The certificate is valid for the following names:
www.mydomain.net , mydomain.net
(Error code: ssl_error_bad_cert_domain)
Godaddy india support not able to resolve the issue, escalated to US support no update from US support.
Please suggest me how to resolve this issue?
Thanks,
ItsR
Redirection inside a HTTPS connection from domain A to domain B needs a proper certificate for domain A too, which does not seem to be in your case. This is because the redirection happens inside the TLS connection, i.e. the TLS connection needs to be established first which needs the proper certificate.

I am getting SSL Error, while trying to communicate with the server through my iphone app

I am getting an error "An SSL error has occurred and a secure connection to the server cannot be made".
Same code is working fine while communicating with another server, i want to make sure whether the issue is due the certificate on server.
Its because of the server that you are hitting is HTTPS server. It requires an SSL check.
please check the url of the server you are communicating with , it must be using HTTPS , try using the service with HTTP.

facebook and ssl page error

I am working on porting over an app to ssl for facebook. I set up an elastic Load balancer to proxy ssl to a tomcat server. when I visit the URL it works in the browser but when I go to facebook it gives the error
Error
Error while loading page from $APPNAME
The URL https://secure.domain.com/$APPNAME/ did not respond.
but https://secure.domain.com/$APPNAME/ works in my browser. Theres no error logging I assume for facebook. Is there like a general rules why it would fail like facebook doesn't like the cert or something?