Title: Could not access https://url-odoo.com/xmlrpc/2/common
Last modified: December 7, 2018

---

# Could not access https://url-odoo.com/xmlrpc/2/common

 *  [santotobi](https://wordpress.org/support/users/santotobi/)
 * (@santotobi)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/could-not-access-https-url-odoo-com-xmlrpc-2-common/)
 * Hi, I’m having an error wanting to connect to the odoo. When I click on test 
   authentication I get the following error: Could not access [https://url-odoo.com/xmlrpc/2/common](https://url-odoo.com/xmlrpc/2/common)
 * How can I solve that ?

Viewing 1 replies (of 1 total)

 *  [subin369](https://wordpress.org/support/users/subin369/)
 * (@subin369)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/could-not-access-https-url-odoo-com-xmlrpc-2-common/#post-11143320)
 * This seems like a networking issue. To troubleshoot the issue you should really
   have access to ideally your firewall, webserver logs , and odoo logs. I will 
   assume you have at least your webserver logs and odoo logs. Check your config
   and startup script to determine what port you are running xmlrpc on.
 * When you execute your xmlrpc commands view the incoming requests on odoo (ensure
   you have logging set to info or even better debug_rpc_answer). For docs on logging
   check out this. You should at least see the request successful or not on your
   logs. If you do not see the request at all then the firewall may blocking..
 * You really want to verify at every point that your request is getting through
   and then on the other end the response is coming back. Your firewall can let 
   requests in but block outgoing if configured to do so.
    `import xmlrpclib url
   = “localhost:8069” common = xmlrpclib.ServerProxy(‘{}/xmlrpc/2/common’.format(
   url)) common.version()` If you cant run this on the host running your odoo server
   something is off. Check the port or if xmlrpc = True is enabled in your config.
   From there you can execute from another computer and then introduce your webserver.

Viewing 1 replies (of 1 total)

The topic ‘Could not access https://url-odoo.com/xmlrpc/2/common’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-odoo-form-integrator_e2a52c.svg)
 * [WP Odoo Form Integrator](https://wordpress.org/plugins/wp-odoo-form-integrator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-odoo-form-integrator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-odoo-form-integrator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-odoo-form-integrator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-odoo-form-integrator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-odoo-form-integrator/reviews/)

## Tags

 * [ODOO](https://wordpress.org/support/topic-tag/odoo/)

 * 1 reply
 * 2 participants
 * Last reply from: [subin369](https://wordpress.org/support/users/subin369/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/could-not-access-https-url-odoo-com-xmlrpc-2-common/#post-11143320)
 * Status: not a support question