Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Looks like your DSN format is incorrect. Try this:goCopyEditdsn := "oracle://dataconnect:password@1.1.1.1:2484/cpm10?ssl=true&ssl_cert=<path_to_cert>"The "missing port in address" error usually happens when the connection string isn't formatted prope...