My project is currently trying to migrate from bugzilla to Jira but I am struggling to get the data to migrate.
I've been using the import/export wizard but when I provide the details for Jira to connect to I get the error: 'Can't connect to <bugzilla url> because: peer not authenticated'
We can't seem to work out the problem, can anyone help?
Thanks
Hi,
Do you connect to Bugzilla using HTTPS? Does your Bugzilla perhaps use a self-signed or an expired SSL certificate?
Then such problem will happen.
Then I could either disable temporarily HTTPS on the server side, install valid SSL certificate or (in case you have to use a self-signed certificate) you can install such own cert authority in Java runtime environment which you JIRA server uses.
Alternatively you may completely skip connecting to Bugzilla web instance and depend just on JDBC connection, but then your big attachments won't be migrated.
Cheers,
Wojtek
Simply turning off ssl_redirect in my Bugzilla Administration settings solved the issue for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have run into the same problem and can't import even after disabling HTTPS.
I am importing from Bugzilla 4.2.5 into Jira 6.1.3.
Is there another way to import from Bugzilla into Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you achieve this: skip connecting to Bugzilla web instance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.