-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL Error #271
Comments
Hi @prasadaws10 , can you pls share some more info of the error you are getting ? Browser console and nginx logs would help. |
@devansh, my web page doesn't load. The server at thoughtworks-dev.az.com is taking too long to respond.
Logs from Nginx docker: Info: running nginx-proxy version 1.0.1-6-gc4ad18f @devansh-sharma-tw, Can you please share how this can be run on 443 or using SSL ? |
Thanks for sharing the logs! It seems like the nginx instance spawned from the
To run BYOR standalone over HTTPS using docker, you would have to setup the nginx instance running in the BYOR container to use SSL. You could try to add the needed configurations by modifying the Dockerfile from this repo and build a local image or create another new image with the BYOR image as its base. Some reference docs to start with setting up SSL in nginx can be found here. |
Hi Devansh, I was able to fix the error by using a different image. But now question on sharepoint. Lets say I have my CSV in my sharepoint. Can I use the sharepoint URL ? Or the URL should only be from google sheets. Since I am hosting it privately in my cloud CSP, I would like to input the data CSV file from my private sharepoint URL. Is this possible ? Also I am trying to load data but it doesn't load. It says like "Your Technology Radar will be available in just a few seconds" When I check the docker logs: Nginx server is UP! |
Yes, it is possible to use a CSV file from a publicly accessible URL. You would need to make sure there are no CORS restrictions for your BYOR domain, from the server hosting the CSV file. Alternatively, if possible you can also host the CSV file locally inside the container and use it that way. Instructions for the same are here.
Could you pls explain more on how you are trying to load data ? What URL you are using ? |
Hi Devansh, I am using the sample from https://www.thoughtworks.com/radar/how-to-byor web page.
Logs from Chrome browser console section: Access to XMLHttpRequest at 'https://docs.google.com/spreadsheets/d/1PglgW51SPAksbequwZbZAZ1Ne0fsNwv04rw4z9fF_2I' from origin 'https://dtvbi-thoughtworks-dev.az.3pc.att.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
Hi,
Can you check if your GCP Client ID has your current domain (that is running BYOR) set in the |
Hi Devansh, I am still not able to load my data file. It says loading and in the back end I see this error. Do you have any availability to connect on a call ? I work in PST timings. Please let me know your time. Docker logs: 172.18.0.3 - - [16/Aug/2022:16:26:05 +0000] "GET /images/tech-radar-landing-page-wide.png HTTP/1.1" 200 16509 "https://dtvbi-thoughtworks-dev.az.3pc.att.com/main.89310c67680e48318f0d.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0" "10.2.4.38" |
hey @prasadaws10 , you are mentioning the wrong Devansh. @devansh-sharma-tw is the Devansh you need. |
Hi Devansh, I am still not able to load my data file. It says loading and in the back end I see this error. Do you have any availability to connect on a call ? I work in PST timings. Please let me know your time. Docker logs: 172.18.0.3 - - [16/Aug/2022:16:26:05 +0000] "GET /images/tech-radar-landing-page-wide.png HTTP/1.1" 200 16509 "https://dtvbi-thoughtworks-dev.az.3pc.att.com/main.89310c67680e48318f0d.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0" "10.2.4.38" |
Hi Prasad
Can you please verify how/why the call to We are working in IST time, so it would be tough to get on a call. Would be great if we can continue debugging over this issue here itself. Thanks! |
Hi Devansh, If you are available to connect I can send my bridge details in your available IST time. Please let me know. I am trying to set up this from almost a month. Appreciate your help. I have removed the nginx and restarted the docker on port 80. I don't see any error but my file says it is loading. I tried different options like google sheet and csv from git. Below is the log: 10.2.4.38 - - [14/Sep/2022:04:20:18 +0000] "GET /images/tech-radar-landing-page-wide.png HTTP/1.1" 304 0 "http://dtvbi-thoughtworks-dev.az.3pc.att.com/main.89310c67680e48318f0d.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36" "-" |
Hi Devansh, Do you have any availability today ? |
Hi Prasad,
Can you please try the raw GitHub URL for the CSV file ? This would be the raw URL for the file you are trying: https://raw.githubusercontent.com/prasadaws10/Tworks/3ea41dbc51971caa9286bea25e101be31b81d54c/ThoughtWorks%20Technology%20Radar.csv
The SharePoint URL would not work as it is behind a user login. Only publicly accessible URLs (not behind any login mechanism) to CSV/JSON files are supported by the application. Regarding the issue you were facing with Thanks! |
Is there any documentation or URL link on how to use this tool or functionality. Can you please share any such link. Thank You. |
Hi I am using docker image to call my URL on 443 with jwilder/nginx-proxy. But my web page doesn't load.
The text was updated successfully, but these errors were encountered: