Posts

Showing posts with the label https

JSF redirects from http to https

Image
Clash Royale CLAN TAG #URR8PPP JSF redirects from http to https I have a problem with jsf redirects. Since we moved to https the redirects work in a strange manner, they actually redirect to http instead of https, just like in this question: JSF redirects from HTTPS to HTTP Now I'd like to get a better solution. Something doesn't force you to have different code or properties files in different environments. I also tried using <user-data-constraint> <transport-guarantee> CONFIDENTIAL </transport-guarantee> </user-data-constraint> In web.xml, but that made it worse, because not even the first GET request works fine. GET The environment is a cluster with two web server and two application server Websphere 7 . Thanks a lot for your answers. By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that y...

Amazon S3 - HTTPS/SSL - Is it possible? [closed]

Image
Clash Royale CLAN TAG #URR8PPP Amazon S3 - HTTPS/SSL - Is it possible? [closed] I saw a few other questions regarding this without any real answers or information (or so it appeared). I have an image here: http://furniture.retailcatalog.us/products/2061/6262u9665.jpg Which is redirecting to: http://furniture.retailcatalog.us.s3.amazonaws.com/products/2061/6262u9665.jpg I need it to be (https): https://furniture.retailcatalog.us/products/2061/6262u9665.jpg So I installed a wildcard ssl on retailcatalog.us (we have other subdomains), but it wasn't working. I went to check https://furniture.retailcatalog.us.s3.amazonaws.com/products/2061/6262u9665.jpg And it wasn't working, which means on the Amazon S3 website itself the https wasn't working. How do I make this work? Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be r...

How to generate Certificate Signing Request (CSR) for setting up TLS in GKE

Image
Clash Royale CLAN TAG #URR8PPP How to generate Certificate Signing Request (CSR) for setting up TLS in GKE I'm running a service in GKE and have an Ingress for setting up LTS. I have tried by my self-signing certificates and I could access to my site through https protocol. It looks good. Please notice that I have a static IP for Ingress and a domain name for it already. But now I'm going to create a real-certificates and trying to create a CSR and sending it to CA but I'm so confused after reading those posts: Manage TLS Certificates in a Cluster Certificates I have some questions: All I want is to make *.crt and *.key file for setting up https on my service. (I have read some blog posts telling about Let's Encrypt but I don't want to use it). Thank you for reading. 1 Answer 1 Let's go over each of your questions first: What's Pod's DNS, Pod's Ip and Service'...