Giter Site home page Giter Site logo

Getting fail in certificate about caligo HOT 14 OPEN

XMVZ avatar XMVZ commented on June 10, 2024
Getting fail in certificate

from caligo.

Comments (14)

adekmaulana avatar adekmaulana commented on June 10, 2024

Hi, I'm getting the following when running Caligo:
https://prnt.sc/1rjs0or

This is with the "Connect with my application" URI with no modifications running, IP whitelisted, and MongoDB running on PC.

What is the issue?

Do you whitelist the IP MongoDB Atlas cluster?, strange i haven't found that issues

could you try this?
https://stackoverflow.com/a/54511693

from caligo.

XMVZ avatar XMVZ commented on June 10, 2024

Hi, I'm getting the following when running Caligo:
https://prnt.sc/1rjs0or
This is with the "Connect with my application" URI with no modifications running, IP whitelisted, and MongoDB running on PC.
What is the issue?

Do you whitelist the IP MongoDB Atlas cluster?, strange i haven't found that issues

could you try this?
https://stackoverflow.com/a/54511693

Yes, as mentioned my IP is whitelisted.. but I didn't see PyMongo mentioned anywhere in your documentation. Should I be using PyMongo? Do I need to make a new script/file with the info in that stackoverflow thread?

Can you please provide documentation on how to setup PyMongo and how to connect it (using which URI) to your program? I was running MongoDB via shell or Compass/Atlas and just inputting my whitelisted application connect URI. Sounds like there are some steps I don't know of that aren't included in documentation here.

Where exactly does PyMongo come into play and how should it be used?

Thanks!

from caligo.

XMVZ avatar XMVZ commented on June 10, 2024

https://stackoverflow.com/a/54511693

This is completely out of context and I'm not sure how I would be using PyMongo with Caligo.
Sounds like I need to write my own PyMongo script that connects to MongoDB and then run it, but I have no idea what the code for that script should look like.

Thanks and looking forward to hopefully using Caligo!

from caligo.

adekmaulana avatar adekmaulana commented on June 10, 2024

Hi, I'm getting the following when running Caligo:
https://prnt.sc/1rjs0or
This is with the "Connect with my application" URI with no modifications running, IP whitelisted, and MongoDB running on PC.
What is the issue?

Do you whitelist the IP MongoDB Atlas cluster?, strange i haven't found that issues
could you try this?
https://stackoverflow.com/a/54511693

Yes, as mentioned my IP is whitelisted.. but I didn't see PyMongo mentioned anywhere in your documentation. Should I be using PyMongo? Do I need to make a new script/file with the info in that stackoverflow thread?

Can you please provide documentation on how to setup PyMongo and how to connect it (using which URI) to your program? I was running MongoDB via shell or Compass/Atlas and just inputting my whitelisted application connect URI. Sounds like there are some steps I don't know of that aren't included in documentation here.

Where exactly does PyMongo come into play and how should it be used?

Thanks!

Caligo already used PyMongo already you don't need to set up any script to connect PyMongo from Caligo.

It was mentioned in config.env_example

Are you sure you already export DB_URI and the value of that env variable is your URI you got from your atlas:

it should be like this the URI
mongodb+srv://user:[email protected]/name?retryWrites=true&w=majority"

from caligo.

XMVZ avatar XMVZ commented on June 10, 2024

I've done exactly that...

Taken from here: https://prnt.sc/1rlcw9r
Input the URI into the config.env: https://prnt.sc/1rlcz1s
This is what I am left with: https://prnt.sc/1rld0h2

What am I doing wrong?
@adekmaulana

from caligo.

adekmaulana avatar adekmaulana commented on June 10, 2024

I've done exactly that...

Taken from here: https://prnt.sc/1rlcw9r
Input the URI into the config.env: https://prnt.sc/1rlcz1s
This is what I am left with: https://prnt.sc/1rld0h2

What am I doing wrong?
@adekmaulana

can you test this command like this.

import certifi
certifi.where()

Screenshot (7)

from caligo.

XMVZ avatar XMVZ commented on June 10, 2024

@adekmaulana

https://prnt.sc/1rlhwib
Done.

from caligo.

XMVZ avatar XMVZ commented on June 10, 2024

@adekmaulana any idea here? feel like i'm so close to being able to use your code!

from caligo.

adekmaulana avatar adekmaulana commented on June 10, 2024

@adekmaulana any idea here? feel like i'm so close to being able to use your code!

Sorry for the late respond, i think i need to create a workaround for this issue.
The problem is i can't test if it would be fixed or no.

from caligo.

XMVZ avatar XMVZ commented on June 10, 2024

@adekmaulana any idea here? feel like i'm so close to being able to use your code!

Sorry for the late respond, i think i need to create a workaround for this issue.
The problem is i can't test if it would be fixed or no.

what exactly is the issue? seems like everything is working fine, no?
did i miss a step somehwere or something?

from caligo.

adekmaulana avatar adekmaulana commented on June 10, 2024

@adekmaulana any idea here? feel like i'm so close to being able to use your code!

Sorry for the late respond, i think i need to create a workaround for this issue.
The problem is i can't test if it would be fixed or no.

what exactly is the issue? seems like everything is working fine, no?
did i miss a step somehwere or something?

seems like certificate issue, but i can't test it.
if you want i can push to another branch and you test it see if it works or no

because i don't have that issue on my Windows

from caligo.

XMVZ avatar XMVZ commented on June 10, 2024

from caligo.

XMVZ avatar XMVZ commented on June 10, 2024

@adekmaulana can you let me know once that branch has been pushed?

thank you!

from caligo.

adekmaulana avatar adekmaulana commented on June 10, 2024

@adekmaulana can you let me know once that branch has been pushed?

thank you!

try https://github.com/adekmaulana/caligo/tree/db-test that branch.
let me know

from caligo.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.