Skip to content
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 options #52

Open
shayneoneill opened this issue Sep 11, 2023 · 2 comments
Open

SSL options #52

shayneoneill opened this issue Sep 11, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@shayneoneill
Copy link

So I'm having a problem with this. While migrating data from Azure postgres to AWS RDS, I've discovered both services now require SSL enabled. I dont seem to have a way to tell the script to do that and it returns complaining about the lack of SSL in our connection.

I've worked around it by temporarily disabling SSL on both sides (Easy on Azure, and in typical fashion a little trickier in AWS [create a custom parameter group, set rds.ssl_enable [or whatever its called again] to 0 , then apply it, then reboot]) but its a pretty shady way of doing things. Thankfully I've been able to re-enable afterwards to correct the temporary lowering of security, but its the kind of move that'd give most security consultants an aneurism.

Any chance of letting us set those settings in the config? I figure this'll be a fairly common problem.

@michaelsogos
Copy link
Owner

Hi @shayneoneill ,

Of course, let me implement it; give me some days and it should be done.

@barocuda
Copy link

Any update on this? Disabling ssl is not an option for productive environments where the tool could be very helpful for post migration checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

3 participants